XOrderBy Methods |
The XOrderBy type exposes the following members.
Name | Description | |
---|---|---|
And_(XOrderBy) |
Adds the orderby statement to current orderby statement with And order.
| |
And_(String, XOrderByDirectionEnum) |
Adds a new orderby statement with AND operator.
| |
Equals | Determines whether the specified object is equal to the current object. (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 the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsOrderByIdAsc |
Returns true if sorting field is unique and called "id"
| |
IsOrderByIdDesc |
Determines whether [is order by identifier desc].
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OrderBy |
Created and Order by statement based on field name and direction.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |