Struct DbExpressionSort
Represents a database expression and sorting direction.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public struct DbExpressionSort
Constructors
| Name | Description |
|---|---|
| DbExpressionSort(DbExpression, SortDirection) | Initializes a new instance of DbExpressionSort. |
Fields
| Name | Description |
|---|---|
| Direction | Gets the sorting direction. |
| Expression | Gets the expression. |