| ProjectionLambdaTransformerCreateDataReaderProjectorFuncT 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)
Syntaxpublic DataReaderProjectionRowDelegate<T> CreateDataReaderProjectorFunc<T>(
	string[] fieldPerOrdinal
)
Public Function CreateDataReaderProjectorFunc(Of T) ( 
	fieldPerOrdinal As String()
) As DataReaderProjectionRowDelegate(Of T)
Parameters
- fieldPerOrdinal
 - Type: SystemString
The field name on [ordinal]. names are in their original casing 
Type Parameters
- T
 
Return Value
Type: 
DataReaderProjectionRowDelegateT
            ready to use projection row delegate.
            
See Also