[]
        
(Showing Draft Content)

C1.DataCollection.SortDescription.-ctor

SortDescription Constructor

SortDescription(string)

Initializes a new instance of the SortDescription class.

Declaration
public SortDescription(string sortPath)
Public Sub New(sortPath As String)
Parameters
Type Name Description
string sortPath

The path of the data item to which the sort operation will be applied.

SortDescription(string, SortDirection)

Initializes a new instance of the SortDescription class.

Declaration
public SortDescription(string sortPath, SortDirection direction)
Public Sub New(sortPath As String, direction As SortDirection)
Parameters
Type Name Description
string sortPath

The path of the data item to which the sort operation will be applied.

SortDirection direction

The direction of the sort operation.