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.5.0.0 (5.5.18.1019)
Syntax
IList<IEntityFieldCore> IDynamicQuery.Projection { get; }

Property Value

Type: IList<IEntityFieldCore>

Implements

IDynamicQuery.Projection
See Also