Sort
This property specifies the collating sequence for ORDER by clause.
Declaration
// C#
public string Sort {get; set;}Property Value
A string that indicates the collating sequence.
Exceptions
ObjectDisposedException - The object is already disposed.
Remarks
The default value is the NLS_SORT setting of the local computer.