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


In This Topic
    JoinDescription Class Members
    In This Topic

    The following tables list the members exposed by JoinDescription.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the JoinDescription class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether an exception should be raised if the join operation cannot be processed on the server side.  
    Public PropertyGets or sets a value indicating whether the join proceeds from the left table to the right table (Forward) or from the right table to the left table (Backward). The default value is JoinDirection.Forward.  
    Public PropertyGets or sets a value indicating whether the join is an inner join or a left outer join. The default value is JoinType.InnerJoin.  
    Public PropertyGets or sets the QueryFilter to be used if the result of the join has to be filtered based on a query.  
    Public PropertyGets the RelationshipClass that was passed into the JoinDescription constructor.  
    Public PropertyGets or sets the Selection to be used in creating the join.  
    Public Property Gets or sets the fields from the left table which have to be included during the join operation.  
    Top
    See Also