esriJoinType
Options to specify the join type.
Value | Description |
---|---|
esriLeftOuterJoin | Left-outer join. All source rows are included. |
esriLeftInnerJoin | 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.
10/23/2013