Click or drag to resize
DataValueProjector Constructor (String, Int32, Type)
Initializes a new instance of the DataValueProjector class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DataValueProjector(
	string projectedResultName,
	int valueIndex,
	Type valueType
)

Parameters

projectedResultName
Type: SystemString
Name of the projected result.
valueIndex
Type: SystemInt32
Index of the value. Ignored if valueProducerFunc has been specified
valueType
Type: SystemType
Type of the value.
See Also