Partager via


IConventionIndexBuilder.IsDescending Méthode

Définition

Configure le ou les ordres de tri pour les colonnes de cet index (croissant ou décroissant).

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

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

Le même générateur instance si l’unicité a été configurée, null sinon.

S’applique à