ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Row Class / GetTable Method

In This Topic
    GetTable Method (Row)
    In This Topic
    Gets the parent Table of this row. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public Table GetTable()
    Public Function GetTable() As Table

    Return Value

    The parent Table of this row.
    Exceptions
    ExceptionDescription
    This instance of Row/Feature does not have a parent Table/FeatureClass (e.g., if it is obtained via a QueryDef).
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also