Click or drag to resize

ValueListProjectionDefinitionPreProjectionDataBuckets Property

Gets or sets the pre projection data buckets of contained entity projections collected by the projection expression .

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public List<EntityPreProjectionData> PreProjectionDataBuckets { get; }

Property Value

Type: ListEntityPreProjectionData
See Also