次の方法で共有


IPropertyAddedConvention.ProcessPropertyAdded メソッド

定義

プロパティがエンティティ型に追加された後に呼び出されます。

public void ProcessPropertyAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder> context);
abstract member ProcessPropertyAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder> -> unit
Public Sub ProcessPropertyAdded (propertyBuilder As IConventionPropertyBuilder, context As IConventionContext(Of IConventionPropertyBuilder))

パラメーター

propertyBuilder
IConventionPropertyBuilder

プロパティのビルダー。

context
IConventionContext<IConventionPropertyBuilder>

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

適用対象