Skip to main content
A newer version of this page is available. .

RecordsCount Class

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.1.dll

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