DbSortClause Class
Specifies a sort key that can be used as part of the sort order in a DbSortExpression.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Ascending | Gets a Boolean value indicating whether or not this sort key is sorted ascending. |
![]() | Collation | Gets a string value that specifies the collation for this sort key. |
![]() | Expression | Gets the DbExpression that provides the value for this sort key. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.