ArcGIS Pro 2.8 API Reference Guide
GetTableAssociatedWithField Method

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.
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 10, Windows 8.1

See Also

Reference

Join Class
Join Members