IConventionTypeBaseBuilder.CanRemoveProperty Method

Definition

Returns a value indicating whether the property can be removed from this type.

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

Parameters

property
IConventionProperty

The property to be removed.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the property can be removed from this type.

Applies to