C1.DataCollection Assembly / C1.DataCollection Namespace / SortDescription Class / SortDescription Constructor / SortDescription Constructor(String,SortDirection)
The path of the data item to which the sort operation will be applied.
The direction of the sort operation.

In This Topic
SortDescription Constructor(String,SortDirection)
In This Topic
Initializes a new instance of the SortDescription class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sortPath As String, _
   ByVal direction As SortDirection _
)
 

Parameters

sortPath
The path of the data item to which the sort operation will be applied.
direction
The direction of the sort operation.
See Also