Indicates whether this property can appear in the ORDER BY clause of a query.

Namespace:  FileNet.Api.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IsOrderable As Nullable(Of Boolean)
C#
Nullable<bool> IsOrderable { get; }
Visual C++
property Nullable<bool> IsOrderable {
	Nullable<bool> get ();
}
JavaScript
function get_isOrderable();

ToggleRemarks

ToggleSee Also