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 如果实体类型可被视为联接实体类型,则为 。

适用于