ArcGIS Pro 2.6 API Reference Guide
GetJoin Method

ArcGIS.Core.Data Namespace > Table Class : GetJoin Method
Gets the Join object from which this joined table was created. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Join GetJoin()
Public Function GetJoin() As Join

Return Value

The Join object from which this joined table was created.
Exceptions
ExceptionDescription
This is not a joined table.
A geodatabase-related exception has occurred.
Remarks
If IsJoinedTable returns false, calling this method will result in an exception.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Table Class
Table Members