Sort class

Column sort definition.

public class Sort

Public Members

namedescription
Sort()The default constructor.
DataType { get; set; }The DataType for the column being sorted.
FieldName { get; set; }The field name that the data is being sorted by.
IsValid { get; }True if the sort is valid, false otherwise.
Type { get; set; }The SortType (e.g. ascending or descending).
override ToString()

See Also