Represents query sort option.
Inheritance Hierarchy
NReco.Data QSort
Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
The QSort type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QSort(String) |
Initializes a new instance of the QSoft with specified field name
| |
QSort(String, ListSortDirection) |
Initializes a new instance of the QSoft with specified field name and sort direction
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a string representation of QSort
(Overrides Object ToString .) |
Operators
Name | Description | |
---|---|---|
(String to QSort) | ||
(QSort to String) |
Fields
Name | Description | |
---|---|---|
Asc | ||
Desc |
Properties
Name | Description | |
---|---|---|
Field |
Get QField sort target
| |
SortDirection |
Get sort direction (asc or desc)
|
See Also