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

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.
setUsingCTorHint
Type: SystemBoolean
Flag which hints the projector engine how to set the destination element: via the constructor (true) or on another way (false). This flag can be ignored by the projector engine if values can better be set otherwise.
See Also