This document is archived and information here might be outdated.  Recommended version.


esriJoinType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriJoinType Constants
ArcGIS Developer Help

esriJoinType Constants

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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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.