Sets the ORDER BY clause to be used for the SQL statement to the specified String.


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 String containing the property or properties to use for the ORDER BY clause. You can specify multiple property names separated by commas.

Exceptions

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

See Also