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)

Syntax

Visual Basic (Declaration)
Public Overridable Sub SetWhereClause( _ 
   ByVal whereClause As String _ 
)
C#
public virtual void SetWhereClause(
   string whereClause
)
C++
public:
 virtual void SetWhereClause(
   String whereClause
)
J#
public virtual void SetWhereClause(
   string whereClause
)
JScript
public virtual  function SetWhereClause(
   whereClause : String
)

Parameters

whereClause
A String containing the WHERE clause to use.

Exceptions

Exception TypeCondition
EngineRuntimeException Thrown when the parameter is Null or invalid.

See Also