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


IGPReplicaDescription2.IgnoreWhereClauseForDeletes Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplicaDescription2.IgnoreWhereClauseForDeletes Property

Ignore the where clause when exporting delete records for data changes messages.

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

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

Product Availability

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

See Also

IGPReplicaDescription2 Interface