Click or drag to resize
DataValueProjector Constructor (String, Int32)
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
)

Parameters

projectedResultName
Type: SystemString
Name of the projected result.
valueIndex
Type: SystemInt32
Index of the value.
See Also