次の方法で共有


IForeignKeyOwnershipChangedConvention インターフェイス

定義

外部キーの所有権の値が変更されたときに実行する必要がある操作を表します。

public interface IForeignKeyOwnershipChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IForeignKeyOwnershipChangedConvention = interface
    interface IConvention
Public Interface IForeignKeyOwnershipChangedConvention
Implements IConvention
派生
実装

注釈

詳細と例については、「 モデル構築規則 」を参照してください。

メソッド

ProcessForeignKeyOwnershipChanged(IConventionForeignKeyBuilder, IConventionContext<Nullable<Boolean>>)

外部キーの所有権の値が変更された後に呼び出されます。

ProcessForeignKeyOwnershipChanged(IConventionRelationshipBuilder, IConventionContext<IConventionRelationshipBuilder>)

外部キーの所有権の値が変更された後に呼び出されます。

適用対象