ArcObjects Library Reference (GeoDatabase)  

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.