This document is archived and information here might be outdated. Recommended version. |
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