IConventionIndexBuilder.CanSetIsDescending Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.