次の方法で共有


IComplexPropertyRemovedConvention.ProcessComplexPropertyRemoved メソッド

定義

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

public void ProcessComplexPropertyRemoved (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder typeBaseBuilder, Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty property, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty> context);
abstract member ProcessComplexPropertyRemoved : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder * Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty> -> unit
Public Sub ProcessComplexPropertyRemoved (typeBaseBuilder As IConventionTypeBaseBuilder, property As IConventionComplexProperty, context As IConventionContext(Of IConventionComplexProperty))

パラメーター

typeBaseBuilder
IConventionTypeBaseBuilder

型に似たオブジェクトのビルダー。

property
IConventionComplexProperty

削除された複合プロパティ。

context
IConventionContext<IConventionComplexProperty>

規則の実行に関連する追加情報。

適用対象