次の方法で共有


MutableEntityTypeExtensions.GetNavigations(IMutableEntityType) メソッド

定義

指定したエンティティ型のすべてのナビゲーション プロパティを取得します。

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation> GetNavigations (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetNavigations : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation>
<Extension()>
Public Function GetNavigations (entityType As IMutableEntityType) As IEnumerable(Of IMutableNavigation)

パラメーター

entityType
IMutableEntityType

エンティティの型。

戻り値

指定されたエンティティ型のすべてのナビゲーション プロパティ。

適用対象