GetTableAssociatedWithField Method
Gets the origin or destination
Table that has a
Field whose name matches that of . This method must be called on the MCT. Use QueuedTask.Run.
public Table GetTableAssociatedWithField(
Field
)
Public Function GetTableAssociatedWithField( _
ByVal 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 .
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3 or higher.