Back to Devexpress

RecordsCount Class

corelibraries-devexpress-dot-dataaccess-dot-sql-7e6f239d.md

latest1.5 KB
Original Source

RecordsCount Class

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

Namespace : DevExpress.DataAccess.Sql

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public sealed class RecordsCount :
    AliasedBase
vb
Public NotInheritable Class RecordsCount
    Inherits AliasedBase

The following members return RecordsCount objects:

Remarks

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

Inheritance

Object ColumnBase AliasedBase RecordsCount

See Also

RecordsCount Members

SelectRecordsCount(String)

DevExpress.DataAccess.Sql Namespace