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.7.0.0 (5.7.0)
Syntaxpublic 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: 
T
See Also