ScaffoldingModelExtensions.IsSimpleManyToManyJoinEntityType 方法

定義

檢查實體類型是否可視為多對多聯結實體類型。

public static bool IsSimpleManyToManyJoinEntityType (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member IsSimpleManyToManyJoinEntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
<Extension()>
Public Function IsSimpleManyToManyJoinEntityType (entityType As IEntityType) As Boolean

參數

entityType
IEntityType

要檢查的實體類型。

傳回

true 如果實體類型可視為聯結實體類型,則為 。

適用於