DbSortClause Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a sort key that can be used as part of the sort order in a DbSortExpression . This class cannot be inherited.
public sealed class DbSortClause
type DbSortClause = class
Public NotInheritable Class DbSortClause
- Inheritance
-
DbSortClause
Properties
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 the DbExpression that provides the value for this sort key. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework