Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public delegate T ProjectionRowDelegate<T>(
	ProjectionRow r
)

Parameters

r
Type: SD.LLBLGen.Pro.ORMSupportClassesProjectionRow

Type Parameters

T

Return Value

Type: T
See Also