ArcGIS Pro 2.9 API Reference Guide
GetOriginTable Method

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

Return Value

The Table which corresponds to the origin 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 left table of the relationship class. If the property is JoinDirection.Backward, this is the right table of the relationship class.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Join Class
Join Members