ConventionSet.EntityTypeBaseTypeChangedConventions Property

Definition

Conventions to run when the base entity type is changed.

public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeBaseTypeChangedConvention> EntityTypeBaseTypeChangedConventions { get; }
public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeBaseTypeChangedConvention> EntityTypeBaseTypeChangedConventions { get; }
member this.EntityTypeBaseTypeChangedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeBaseTypeChangedConvention>
member this.EntityTypeBaseTypeChangedConventions : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeBaseTypeChangedConvention>
Public Overridable ReadOnly Property EntityTypeBaseTypeChangedConventions As IList(Of IEntityTypeBaseTypeChangedConvention)
Public Overridable ReadOnly Property EntityTypeBaseTypeChangedConventions As List(Of IEntityTypeBaseTypeChangedConvention)

Property Value

Applies to