ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Join Class


In This Topic
    Join Class Methods
    In This Topic

    For a list of all members of this type, see Join members.

    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodGets the zero-based index of the first field in the joined table whose name matches fieldName. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the Table which corresponds to the destination table used to create the join. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the Table representing the join. This provides access to perform operations like Search and Select on the joined data. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the Table which corresponds to the origin table used to create the join. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the RelationshipClass which corresponds to the relationship class used to create the join. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the origin or destination Table that has a Field whose name matches that of field. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also