Partager via


IConventionIndexBuilder.CanSetIsDescending Méthode

Définition

Retourne une valeur indiquant si cet ordre de tri d’index peut être configuré à partir de la source de configuration actuelle.

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

true si l’unicité de l’index peut être configurée.

S’applique à