次の方法で共有


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 エンティティ型が結合エンティティ型と見なされる場合は 。

適用対象