This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelQueryTableName2 Interface > IRelQueryTableName2.DoNotPushJoinToDB Property (ArcObjects .NET 10.4 SDK) |
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