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)

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Sub SetOrderByClause ( _
	orderByClause As String _
)
C#
public virtual void SetOrderByClause(
	string orderByClause
)
Visual C++
public:
virtual void SetOrderByClause(
	String^ orderByClause
)
JavaScript
function setOrderByClause(orderByClause);

Parameters

orderByClause
Type: System..::.String
A String containing the property or properties to use for the ORDER BY clause. You can specify multiple property names separated by commas.

ToggleExceptions

ExceptionCondition
FileNet.Api.Exception..::.EngineRuntimeException Thrown when the parameter is Null or invalid.

ToggleSee Also