Freigeben über


IConventionSetPlugin.ModifyConventions(ConventionSet) Methode

Definition

Wird aufgerufen, um den angegebenen Konventionssatz anzupassen oder anderweitig zu ändern.

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

Parameter

conventionSet
ConventionSet

Die Konvention, die angepasst werden soll.

Gibt zurück

Der angepasste Konventionssatz.

Gilt für: