PropertyAttributeConventionBase<TAttribute>.ProcessComplexPropertyAdded Method

Definition

Called after a complex property is added to an type-like object.

C#
public virtual void ProcessComplexPropertyAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder propertyBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder> context);

Parameters

propertyBuilder
IConventionComplexPropertyBuilder

The builder for the complex property.

context
IConventionContext<IConventionComplexPropertyBuilder>

Additional information associated with convention execution.

Applies to

Продукт Версии
Entity Framework Core 8.0, 9.0