Megosztás a következőn keresztül:


IComplexPropertyRemovedConvention.ProcessComplexPropertyRemoved Method

Definition

Called after a complex property is removed from a type-like object.

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

Parameters

typeBaseBuilder
IConventionTypeBaseBuilder

The builder for the type-like object.

property
IConventionComplexProperty

The removed complex property.

context
IConventionContext<IConventionComplexProperty>

Additional information associated with convention execution.

Applies to