public enum JoinDirection : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum JoinDirection Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum JoinDirection : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum JoinDirection Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
| Member | Description | 
|---|---|
| Backward | The join proceeds from the right table to the left table. | 
| Forward | The join proceeds from the left table to the right table. | 
System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.JoinDirection
Target Platforms: Windows 10, Windows 8.1, Windows 7