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.4.0.0 (5.4.0)
Syntax public 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:
TSee Also