ProjectionRowDelegateT Delegate |
Delegate which is used in WithProjector methods to define the projector delegate.
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 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