PerformGetDbCountEventArgs2GroupBy Property |
Gets the GroupByCollection to use for the DbCount fetch. Only valid if DataContainerType is set to TypedList or TypedView.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public IGroupByCollection GroupBy { get; }
Public ReadOnly Property GroupBy As IGroupByCollection
Get
Property Value
Type:
IGroupByCollectionSee Also