Compartir a través de


IConventionTypeBaseBuilder.CanRemoveComplexProperty Método

Definición

Devuelve un valor que indica si la propiedad compleja se puede quitar de este tipo.

public bool CanRemoveComplexProperty (Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty complexProperty, bool fromDataAnnotation = false);
abstract member CanRemoveComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty * bool -> bool
Public Function CanRemoveComplexProperty (complexProperty As IConventionComplexProperty, Optional fromDataAnnotation As Boolean = false) As Boolean

Parámetros

complexProperty
IConventionComplexProperty

Propiedad compleja que se va a quitar.

fromDataAnnotation
Boolean

Indica si la configuración se especificó mediante una anotación de datos.

Devoluciones

true si la propiedad compleja se puede quitar de este tipo.

Se aplica a