ArcGIS Pro 2.7 API Reference Guide
GetDestinationTable Method

ArcGIS.Core.Data Namespace > Join Class : GetDestinationTable Method
Gets the Table which corresponds to the destination table used to create the join. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Table GetDestinationTable()
Public Function GetDestinationTable() As Table

Return Value

The Table which corresponds to the destination table of the join.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Remarks
If the JoinDirection property of the JoinDescription argument used to instantiate this object via Join Constructor is JoinDirection.Forward, this is the right table of the relationship class. If the property is JoinDirection.Backward, this is the left table of the relationship class.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Join Class
Join Members