ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Join Class / GetTableAssociatedWithField Method
The Field whose name matches that of the specific Table (i.e., the origin or destination table) involved in the join.

In This Topic
    GetTableAssociatedWithField Method
    In This Topic
    Gets the origin or destination Table that has a Field whose name matches that of field. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public Table GetTableAssociatedWithField( 
       Field field
    )
    Public Function GetTableAssociatedWithField( _
       ByVal field As Field _
    ) As Table

    Parameters

    field
    The Field whose name matches that of the specific Table (i.e., the origin or destination table) involved in the join.

    Return Value

    The origin or destination Table that has a Field whose name matches that of field.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also