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.6.0.0 (5.6.19.0117)
Syntax public List<EntityPreProjectionData> PreProjectionDataBuckets { get; }
Public ReadOnly Property PreProjectionDataBuckets As List(Of EntityPreProjectionData)
Get
Property Value
Type:
ListEntityPreProjectionDataSee Also