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

Property Value

Type: IListIEntityFieldCore

Implements

IDynamicQueryProjection
See Also