[]
        
(Showing Draft Content)

C1.DataCollection.C1CursorDataCollection-2.CanSort

CanSort Method

CanSort(params SortDescription[])

Returns whether the collection is able to sort the specified sortDescriptions.

Declaration
public virtual bool CanSort(params SortDescription[] sortDescriptions)
Parameters
Type Name Description
SortDescription[] sortDescriptions

The sort descriptions to be checked whether the collection can be sorted.

Returns
Type Description
bool
Implements