[]
        
(Showing Draft Content)

C1.Web.Mvc.SortDescription

SortDescription Class

Sort description.

Inheritance
SortDescription
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class SortDescription

Constructors

Name Description
SortDescription()

Properties

Name Description
Ascending

Gets or sets whether sorting with ascending.

Property

Gets or sets which property is used for sorting.

SortNulls

Gets or sets a value that determines how null values should be sorted.

SortNullsFirst

Gets or sets a value that determines whether null values should appear first or last when the collection is sorted(regardless of sort direction).