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(
  VARIANT_BOOL DoNotPushJoinToDB
);
[C++]

Parameters

DoNotPushJoinToDB [out, retval]   DoNotPushJoinToDB is a parameter of type VARIANT_BOOL DoNotPushJoinToDB [in]   DoNotPushJoinToDB is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRelQueryTableName2 Interface