Sets the sort order to be applied to this query. If no sort order is specified, a default order of ascending display name will be applied.

Overload List

  NameDescription
Public methodSetSortOrder(SortDefinition<(Of <<'(TPropertyEnum>)>>))
Sets the sort order to be applied to this query. If no sort order is specified, a default order of ascending display name will be applied.
Public methodSetSortOrder(TPropertyEnum, ListSortDirection)
Sets the sort order to be applied to this query. If no sort order is specified, a default order of ascending display name will be applied.

See Also