SortDirection Enumeration

CVB.Net Documentation
Sort directions as used by the IResultSortable interface.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public enum SortDirection
Members

  Member nameValueDescription
Ascending0 Sort from smallest to largest.
Descending1 Sort from largest to smallest
See Also

Reference