Compartir a través de


IComplexPropertyRemovedConvention.ProcessComplexPropertyRemoved Método

Definición

Se llama después de quitar una propiedad compleja de un objeto de 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))

Parámetros

typeBaseBuilder
IConventionTypeBaseBuilder

Generador del objeto de tipo.

property
IConventionComplexProperty

Propiedad compleja quitada.

context
IConventionContext<IConventionComplexProperty>

Información adicional asociada a la ejecución de la convención.

Se aplica a