Skip to main content

RecordsCount Class

The total number of records in selected data tables or in each group.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public sealed class RecordsCount :
    AliasedBase

The following members return RecordsCount objects:

Remarks

A RecordsCount object is returned by the SelectQuery.SelectRecordsCount method.

Inheritance

See Also