次の方法で共有


ConventionSet.ForeignKeyRemovedConventions プロパティ

定義

外部キーが削除されたときに実行される規則。

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

プロパティ値

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IForeignKeyRemovedConvention>

適用対象