Share via


IConventionEntityTypeBuilder.CanRemoveServiceProperty Method

Definition

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

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

Parameters

serviceProperty
IConventionServiceProperty

The service property to be removed.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the service property can be removed from this entity type.

Applies to