public enum JoinType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum JoinType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum JoinType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum JoinType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
InnerJoin | Inner join. Only matched source rows are included. |
LeftOuterJoin | Left outer join. All source rows are included. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Data.JoinType
Target Platforms: Windows 10, Windows 8.1, Windows 7