NonNullableReferencePropertyConvention.ProcessComplexPropertyAdded Method

Definition

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

C#
public void ProcessComplexPropertyAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder propertyBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder> context);
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.

Implements

Applies to

Proizvod Verzije
Entity Framework Core 8.0, 9.0