次の方法で共有


ConventionSet.EntityTypeBaseTypeChangedConventions プロパティ

定義

基本エンティティ型が変更されたときに実行する規則。

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)

プロパティ値

適用対象