次の方法で共有


ConventionSet.ForeignKeyPropertiesChangedConventions プロパティ

定義

外部キーのプロパティまたはプリンシパル キーが変更されたときに実行する規則。

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

プロパティ値

適用対象