ProjectionRowDelegateT Delegate |
Delegate which is used in WithProjector methods to define the projector delegate.
Namespace: SD.LLBLGen.Pro.QuerySpecAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public delegate T ProjectionRowDelegate<T>(
ProjectionRow r
)
Public Delegate Function ProjectionRowDelegate(Of T) (
r As ProjectionRow
) As T
Parameters
- r
- Type: SD.LLBLGen.Pro.ORMSupportClassesProjectionRow
Type Parameters
- T
Return Value
Type:
TSee Also