Click or drag to resize

NullAwareDataValueProjector Constructor (String, Int32)

Initializes a new instance of the NullAwareDataValueProjector class.

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 NullAwareDataValueProjector(
	string projectedResultName,
	int valueIndex
)

Parameters

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