Click or drag to resize
ValueListProjectionDefinition Constructor
Initializes a new instance of the ValueListProjectionDefinition class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ValueListProjectionDefinition(
	Type destinationType,
	bool isSingleValueList
)

Parameters

destinationType
Type: SystemType
Type of the destination.
isSingleValueList
Type: SystemBoolean
If set to true, the result will be a valuelist with a set of values instead of objects into which the result is projected. If the projection contains more than one datavalueprojector, this value is ignored.
See Also