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.6.0.0 (5.6.19.0117)
Syntax public List<IEntityFieldCore> QueryElements { get; }
Public ReadOnly Property QueryElements As List(Of IEntityFieldCore)
Get
Property Value
Type:
ListIEntityFieldCoreSee Also