This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriJoinType Constants (ArcObjects .NET 10.5 SDK) |
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. |
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.