DbSortClause Class
Specifies a sort key that can be used as part of the sort order in a DbSortExpression. This class cannot be inherited.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | Ascending | Gets a Boolean value indicating whether or not this sort key uses an ascending sort order. |
![]() | Collation | Gets a string value that specifies the collation for this sort key. |
![]() | Expression | Gets or sets the DbExpression that provides the value for this sort key. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

