ListSortFlags
in package
ListOrderType determines the order of returned values in CDT list operations.
Table of Contents
Methods
- Default() : ListSortFlags
- ListSortFlagsDefault is the default sort flag for CDT lists, and sort in Ascending order.
- Descending() : ListSortFlags
- ListSortFlagsDescending will sort the contents of the list in descending order.
- DropDuplicates() : ListSortFlags
- ListSortFlagsDropDuplicates will drop duplicate values in the results of the CDT list operation.
Methods
Default()
ListSortFlagsDefault is the default sort flag for CDT lists, and sort in Ascending order.
public
static Default() : ListSortFlags
Return values
ListSortFlagsDescending()
ListSortFlagsDescending will sort the contents of the list in descending order.
public
static Descending() : ListSortFlags
Return values
ListSortFlagsDropDuplicates()
ListSortFlagsDropDuplicates will drop duplicate values in the results of the CDT list operation.
public
static DropDuplicates() : ListSortFlags