Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
public delegate T DataReaderProjectionRowDelegate<T>(
	DataReaderProjectionRow r
)

Parameters

r
Type: SD.LLBLGen.Pro.ORMSupportClassesDataReaderProjectionRow
The r.

Type Parameters

T

Return Value

Type: T
See Also