ValueListProjectionDefinition Constructor |
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public 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