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.4.0.0 (5.4.0)
Syntaxpublic List<EntityPreProjectionData> PreProjectionDataBuckets { get; }Public ReadOnly Property PreProjectionDataBuckets As List(Of EntityPreProjectionData)
	Get
Property Value
Type: 
ListEntityPreProjectionData
See Also