| ValueListProjectionDefinition Constructor  | 
 
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic ValueListProjectionDefinition(
	Type destinationType,
	bool isSingleValueList
)
Public Sub New ( 
	destinationType As Type,
	isSingleValueList As Boolean
)
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