Partager via


IConventionSetPlugin.ModifyConventions(ConventionSet) Méthode

Définition

Appelé pour personnaliser ou modifier d’une autre manière l’ensemble de conventions donné.

public Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet ModifyConventions (Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet conventionSet);
abstract member ModifyConventions : Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet -> Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet
Public Function ModifyConventions (conventionSet As ConventionSet) As ConventionSet

Paramètres

conventionSet
ConventionSet

Convention définie à personnaliser.

Retours

Ensemble de conventions personnalisé.

S’applique à