DataReaderProjectionRowDelegateT Delegate | 
 
            Delegate which is used with plain sql projections as these can skip most projection ceremony. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic delegate T DataReaderProjectionRowDelegate<T>(
	DataReaderProjectionRow r
)
Public Delegate Function DataReaderProjectionRowDelegate(Of T) ( 
	r As DataReaderProjectionRow
) As T
Parameters
- r
 - Type: SD.LLBLGen.Pro.ORMSupportClassesDataReaderProjectionRow
The r. 
Type Parameters
- T
 
Return Value
Type: 
T
See Also