Click or drag to resize

DynamicQuery.IDynamicQuery.Projection Property

Gets the prepared projection.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
IList<IEntityFieldCore> IDynamicQuery.Projection { get; }

Property Value

Type: IList<IEntityFieldCore>

Implements

IDynamicQuery.Projection
See Also