MutableEntityTypeExtensions.FindDefiningNavigation(IMutableEntityType) メソッド

定義

注意事項

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

存在する場合、またはその null 他の場合は、定義ナビゲーションを返します。

public static Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation FindDefiningNavigation (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
[System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")]
public static Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation? FindDefiningNavigation (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member FindDefiningNavigation : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
[<System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")>]
static member FindDefiningNavigation : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
<Extension()>
Public Function FindDefiningNavigation (entityType As IMutableEntityType) As IMutableNavigation

パラメーター

entityType
IMutableEntityType

エンティティの型。

戻り値

ナビゲーションが存在する場合、またはその null 他の場合は定義するナビゲーション。

属性

適用対象