ValueListProjectionDefinitionIsSingleValueList Property  | 
 
            Gets the value indicating whether the result will be a valuelist with a set of values instead of objects into which the result is projected (true)
            or a set of objects (false). If the projection contains more than one datavalueprojector, this value is false no matter what value it is set to
            in the CTor.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic bool IsSingleValueList { get; }Public ReadOnly Property IsSingleValueList As Boolean
	Get
Property Value
Type: 
Boolean
See Also