ConventionSet.ModelFinalizedConventions Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Konventionen, die ausgeführt werden sollen, wenn die Modellüberprüfung abgeschlossen ist.
public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizedConvention> ModelFinalizedConventions { get; }
public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizedConvention> ModelFinalizedConventions { get; }
member this.ModelFinalizedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizedConvention>
member this.ModelFinalizedConventions : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizedConvention>
Public Overridable ReadOnly Property ModelFinalizedConventions As IList(Of IModelFinalizedConvention)
Public Overridable ReadOnly Property ModelFinalizedConventions As List(Of IModelFinalizedConvention)