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


IGPReplicaDescription2.IgnoreWhereClauseForDeletes Property (ArcObjects .NET 10.6 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(
  Boolean* IgnoreWhereClauseForDeletes
);
[C++]
HRESULT put_IgnoreWhereClauseForDeletes(
  VARIANT_BOOL IgnoreWhereClauseForDeletes
);
[C++]

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

Product Availability

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

See Also

IGPReplicaDescription2 Interface