| ValueListProjectionDefinitionQueryElements Property  | 
 
            Gets the fields for the query to produce. These fields form the select list for the query which is used as the source of the actual projection.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic List<IEntityFieldCore> QueryElements { get; }Public ReadOnly Property QueryElements As List(Of IEntityFieldCore)
	Get
Property Value
Type: 
ListIEntityFieldCore
See Also