Click or drag to resize

ValueListProjectionDefinition.QueryElements 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.5.0.0 (5.5.18.1019)
Syntax
public List<IEntityFieldCore> QueryElements { get; }

Property Value

Type: List<IEntityFieldCore>
See Also