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)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsOrderable As Nullable(Of Boolean)
C#
Nullable<bool> IsOrderable { get; }
C++
property Nullable<bool> IsOrderable abstract  {
    Nullable<bool> get();
}
J#
/** property */
public Nullable<bool> get_IsOrderable();
JScript
public function get IsOrderable() : Nullable<bool>

Remarks

See Also