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


IRelQueryTableName2.LeftOuterJoin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelQueryTableName2 Interface > IRelQueryTableName2.LeftOuterJoin Property
ArcGIS Developer Help

IRelQueryTableName2.LeftOuterJoin Property

Indicates if the type of join will be a left outer join.

[Visual Basic .NET]
Public Property LeftOuterJoin As Boolean
[C#]
public bool LeftOuterJoin {get; set;}
[C++]
HRESULT get_LeftOuterJoin(
  VARIANT_BOOL LeftOuterJoin
);
[C++]
HRESULT put_LeftOuterJoin(
  Boolean* LeftOuterJoin
);
[C++]
Parameters
LeftOuterJoin [in]

LeftOuterJoin is a parameter of type bool LeftOuterJoin [out, retval]
LeftOuterJoin is a parameter of type bool*

Product Availability

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

See Also

IRelQueryTableName2 Interface