DbSortClause Classe

Definição

Especifica uma chave de classificação que pode ser usada como parte da ordem de classificação em um DbSortExpression.Specifies a sort key that can be used as part of the sort order in a DbSortExpression. Essa classe não pode ser herdada.This class cannot be inherited.

public ref class DbSortClause sealed
public sealed class DbSortClause
type DbSortClause = class
Public NotInheritable Class DbSortClause
Herança
DbSortClause

Propriedades

Ascending

Obtém um valor booliano que indica se a chave de classificação usa ordem de classificação crescente ou não.Gets a Boolean value indicating whether or not this sort key uses an ascending sort order.

Collation

Obtém um valor de cadeia de caracteres que especifica a ordenação para essa chave de classificação.Gets a string value that specifies the collation for this sort key.

Expression

Obtém ou define a DbExpression que fornece o valor para essa chave de classificação.Gets or sets the DbExpression that provides the value for this sort key.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a