ArcGIS Pro 3.7 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 Function GetRowCountAsync() As Task(Of Long)
    public Task<long> GetRowCountAsync()

    Return Value

    The row count.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also