OrderByField Class |
Namespace: Aloe.SystemFrameworks.Domain.DataAccess
The OrderByField type exposes the following members.
| Name | Description | |
|---|---|---|
| OrderByField |
Initializes a new instance of the OrderByField class.
|
| Name | Description | |
|---|---|---|
| Direction |
Gets the order direction.
| |
| FieldName |
Gets the name of the field.
| |
| TableName |
Gets the name of the table.
|
| Name | Description | |
|---|---|---|
| GetXElement |
Gets the order by field as XElement.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |