IComplexPropertyRemovedConvention.ProcessComplexPropertyRemoved Metodo

Definizione

Chiamato dopo che una proprietà complessa viene rimossa da un oggetto simile al tipo.

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

Parametri

typeBaseBuilder
IConventionTypeBaseBuilder

Generatore per l'oggetto simile al tipo.

property
IConventionComplexProperty

Proprietà complessa rimossa.

context
IConventionContext<IConventionComplexProperty>

Informazioni aggiuntive associate all'esecuzione della convenzione.

Si applica a