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 ref class DbSortClause sealed
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 or sets the DbExpression that provides the value for this sort key.

Methods

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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to