ValueListProjectionDefinitionPreProjectionDataBuckets Property |
Gets or sets the pre projection data buckets of contained entity projections collected by the projection expression .
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public List<EntityPreProjectionData> PreProjectionDataBuckets { get; }
Public ReadOnly Property PreProjectionDataBuckets As List(Of EntityPreProjectionData)
Get
Property Value
Type:
ListEntityPreProjectionDataSee Also