IConventionIndex.SetIsDescending Méthode

Définition

Définit le ou les ordre(s) de tri pour cet index (croissant ou décroissant).

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)

Paramètres

descending
IReadOnlyList<Boolean>

Ensemble de valeurs indiquant si chaque colonne d’index correspondante a un ordre de tri décroissant.

fromDataAnnotation
Boolean

Indique si la configuration a été spécifiée à l’aide d’une annotation de données.

Retours

Ordre(s) de tri configuré(s).

S’applique à