DbSortClause Class

Definition

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