This document is archived and information here might be outdated. Recommended version. |
Indicates if there is an SQL where clause to filter the features to remove.
[Visual Basic .NET]
Public Property UseWhereClause As Boolean
[C#]
public bool UseWhereClause {get; set;}
[C++]
HRESULT get_UseWhereClause(
Boolean* UseWhereClause
);
[C++]
HRESULT put_UseWhereClause(
VARIANT_BOOL UseWhereClause
);
[C++] Parameters UseWhereClause [out, retval]
UseWhereClause is a parameter of type bool* UseWhereClause [in]
UseWhereClause is a parameter of type bool