This document is archived and information here might be outdated. Recommended version. |
The where clause for querying data source.
[Visual Basic .NET]
Public Property WhereClause As String
[C#]
public string WhereClause {get; set;}
[C++]
HRESULT get_WhereClause(
System.String* definition
);
[C++]
HRESULT put_WhereClause(
BSTR definition
);
[C++] Parameters definition [out, retval]
definition is a parameter of type BSTR* definition [in]
definition is a parameter of type BSTR