共用方式為


IConventionModelBuilder.CanRemoveEntity 方法

定義

傳回值,指出是否可以從模型中移除實體類型。

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

參數

entityType
IConventionEntityType

要移除的實體類型。

fromDataAnnotation
Boolean

指出是否使用資料批註來指定組態。

傳回

true 如果可以從這個實體類型中移除導覽,則為 。

適用於