ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TableView Class / GetRowCountAsync Method

In This Topic
    GetRowCountAsync Method (TableView)
    In This Topic
    Loads the row count from the data source.
    Syntax
    public Task<long> GetRowCountAsync()
    Public Function GetRowCountAsync() As Task(Of Long)

    Return Value

    The row count.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also