[]
        
(Showing Draft Content)

C1.DataCollection.AdoNet.C1AdoNetCursorDataCollection-1.CanSort

CanSort Method

CanSort(params SortDescription[])

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

Declaration
public override 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
Overrides
C1.DataCollection.C1CursorDataCollection<T, bool>.CanSort(params C1.DataCollection.SortDescription[])