IPropertyAddedConvention.ProcessPropertyAdded Yöntem

Tanım

Varlık türüne bir özellik eklendikten sonra çağrılır.

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))

Parametreler

propertyBuilder
IConventionPropertyBuilder

Özelliğin oluşturucusu.

context
IConventionContext<IConventionPropertyBuilder>

Kural yürütme ile ilişkili ek bilgiler.

Şunlara uygulanır