Share via


IConventionIndex.SetIsDescending Método

Definição

Define as ordem de classificação para esse índice (crescente ou decrescente).

public System.Collections.Generic.IReadOnlyList<bool>? SetIsDescending (System.Collections.Generic.IReadOnlyList<bool>? descending, bool fromDataAnnotation = false);
abstract member SetIsDescending : System.Collections.Generic.IReadOnlyList<bool> * bool -> System.Collections.Generic.IReadOnlyList<bool>
Public Function SetIsDescending (descending As IReadOnlyList(Of Boolean), Optional fromDataAnnotation As Boolean = false) As IReadOnlyList(Of Boolean)

Parâmetros

descending
IReadOnlyList<Boolean>

Um conjunto de valores que indica se cada coluna de índice correspondente tem ordem de classificação decrescente.

fromDataAnnotation
Boolean

Indica se a configuração foi especificada usando uma anotação de dados.

Retornos

As ordem de classificação configuradas.

Aplica-se a