次の方法で共有


IComplexPropertyRemovedConvention インターフェイス

定義

複合プロパティが型に似たオブジェクトから削除されるときに実行する必要がある操作を表します。

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

注釈

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

メソッド

ProcessComplexPropertyRemoved(IConventionTypeBaseBuilder, IConventionComplexProperty, IConventionContext<IConventionComplexProperty>)

複合プロパティが型に似たオブジェクトから削除された後に呼び出されます。

適用対象