Click or drag to resize

DynamicQueryIDynamicQueryProjection Property

Gets the prepared projection.

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

Property Value

Type: IListIEntityFieldCore

Implements

IDynamicQueryProjection
See Also