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


IRelQueryTableName2.DoNotPushJoinToDB Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRelQueryTableName2.DoNotPushJoinToDB Property

Indicates if the join is processed on the client.

[Visual Basic .NET]
Public Property DoNotPushJoinToDB As Boolean
[C#]
public bool DoNotPushJoinToDB {get; set;}
[C++]
HRESULT get_DoNotPushJoinToDB(
  VARIANT_BOOL DoNotPushJoinToDB
);
[C++]
HRESULT put_DoNotPushJoinToDB(
  Boolean* DoNotPushJoinToDB
);
[C++]

Parameters DoNotPushJoinToDB [in]
DoNotPushJoinToDB is a parameter of type bool DoNotPushJoinToDB [out, retval]
DoNotPushJoinToDB is a parameter of type bool*

Product Availability

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

See Also

IRelQueryTableName2 Interface