ArcGIS Pro 2.6 API Reference Guide
IsJoinedTable Method

ArcGIS.Core.Data Namespace > Table Class : IsJoinedTable Method
Gets a value indicating whether this Table was obtained as a result of joining a Table or a FeatureClass with another Table or FeatureClass from the same or different Datastore. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool IsJoinedTable()
Public Function IsJoinedTable() As Boolean

Return Value

true if this is a joined table; otherwise, false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Table Class
Table Members