A newer version of this page is available.
Switch to the current version.
GroupingInfoList Class
Obsolete. Obsolete. Use the corresponding functionality of the SelectQuery class instead.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
[Obsolete("This class has become obsolete. Use the corresponding functionality of the SelectQuery class instead.")]
public sealed class GroupingInfoList :
List<GroupingInfo>
<Obsolete("This class has become obsolete. Use the corresponding functionality of the SelectQuery class instead.")>
Public NotInheritable Class GroupingInfoList
Inherits List(Of GroupingInfo)
Related API Members
The following members accept/return GroupingInfoList objects:
Inheritance
See Also
Feedback