[]
        
(Showing Draft Content)

C1.DataCollection.SortDescription.-ctor

SortDescription Constructor

SortDescription(string)

Initializes a new instance of the SortDescription class.

Declaration
public SortDescription(string sortPath)
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)
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.