Sets the
clause to be used for SQL statement to the specified
.
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
containing theString
clause to use.WHERE
Exceptions
Exception Type | Condition |
---|---|
EngineRuntimeException | Thrown when the parameter is or invalid. |