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


In This Topic
    Join Class Members
    In This Topic

    The following tables list the members exposed by Join.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Join class, which represents the join of a Table or FeatureClass with another Table or FeatureClass from the same or different Datastore.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Property Gets a value indicating whether the joined table was created by querying the tables separately and joined on the client side or the join was performed entirely on the server side.  
    Public PropertyGets the JoinType used to create this object via Join Constructor.  
    Top
    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