次の方法で共有


EntityTypeExtensions.HasDefiningNavigation(IEntityType) メソッド

定義

注意事項

Entity types with defining navigations have been replaced by shared-type entity types

このエンティティ型に定義ナビゲーションがあるかどうかを示す値を取得します。

[System.Diagnostics.DebuggerStepThrough]
public static bool HasDefiningNavigation (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
[System.Diagnostics.DebuggerStepThrough]
[System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")]
public static bool HasDefiningNavigation (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
[<System.Diagnostics.DebuggerStepThrough>]
static member HasDefiningNavigation : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")>]
static member HasDefiningNavigation : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
<Extension()>
Public Function HasDefiningNavigation (entityType As IEntityType) As Boolean

パラメーター

entityType
IEntityType

エンティティの型。

戻り値

true このエンティティ型に定義ナビゲーションがある場合は 。

属性

適用対象