OrderField Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Represents the column by which the result is ordered.
The OrderField type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OrderField() | Obsolete. Initializes a new instance of the OrderField class. | |
OrderField(String, OrderDirection) | Obsolete. Initializes a new instance of the OrderField class based on the specified column name and sort direction. |
Top
Properties
Name | Description | |
---|---|---|
Direction | Obsolete. Gets or sets the sort direction for the column by which the result is ordered. | |
Name | Obsolete. Gets or sets the name of the column by which the result is ordered. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top