Sets the
clause to be used for the SQL statement to the specified
.
Namespace: FileNet.Api.Query
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub SetOrderByClause( _ ByVal orderByClause As String _ ) |
C# |
---|
public virtual void SetOrderByClause( string orderByClause ) |
C++ |
---|
public: virtual void SetOrderByClause( String orderByClause ) |
J# |
---|
public virtual void SetOrderByClause( string orderByClause ) |
JScript |
---|
public virtual
function SetOrderByClause( orderByClause : String ) |
Parameters
- orderByClause
- A
containing the property or properties to use for theString
clause. You can specify multiple property names separated by commas.ORDER BY
Exceptions
Exception Type | Condition |
---|---|
EngineRuntimeException | Thrown when the parameter is or invalid. |