Click or drag to resize
ProjectionListExpressionPreProjectionDataBuckets Property
Gets or sets the pre projection data buckets of contained entity projections collected by this expression.

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

Property Value

Type: ListEntityPreProjectionData
See Also