Sets the WHERE clause to be used for SQL statement to the specified String.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Overridable Sub SetWhereClause ( _
whereClause As String _
) |
C# |
---|
public virtual void SetWhereClause(
string whereClause
) |
Visual C++ |
---|
public:
virtual void SetWhereClause(
String^ whereClause
) |
JavaScript |
---|
function setWhereClause(whereClause); |
Parameters
- whereClause
- Type: System..::.String
A String containing the WHERE
clause to use.