Click or drag to resize
ProjectionLambdaTransformerCreateProjectorFuncT Method
Creates the projector func which can be used to instantiate a new instance of T from a ProjectionRow instance.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ProjectionRowDelegate<T> CreateProjectorFunc<T>(
	string[] fieldPerOrdinal
)

Parameters

fieldPerOrdinal
Type: SystemString
The field name on [ordinal]. names are in their original casing

Type Parameters

T

Return Value

Type: ProjectionRowDelegateT
ready to use projection row delegate.
See Also