Click or drag to resize

ProjectionLambdaTransformer.CreateDataReaderProjectorFunc<T> 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.7.0.0 (5.7.0)
Syntax
public DataReaderProjectionRowDelegate<T> CreateDataReaderProjectorFunc<T>(
	string[] fieldPerOrdinal
)

Parameters

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

Type Parameters

T

Return Value

Type: DataReaderProjectionRowDelegate<T>
ready to use projection row delegate.
See Also