Different types of joins.
Constant | Value | Description |
---|---|---|
esriLeftOuterJoin | 0 | Left outer join. All source rows are included. |
esriLeftInnerJoin | 1 | Left inner join. Only match source rows are included. |
Remarks
An enumeration of layer or table join types. A join can either be a left-outer join, where all source rows are included, or a left-inner join, where only match source rows are included.