Share via


MutableEntityTypeExtensions.FindDeclaredNavigation メソッド

定義

指定したエンティティ型のナビゲーション プロパティを取得します。 基本型で定義されているナビゲーション プロパティは返しません。 nullナビゲーション プロパティが見つからない場合は を返します。

public static Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation FindDeclaredNavigation (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, string name);
static member FindDeclaredNavigation : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * string -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
<Extension()>
Public Function FindDeclaredNavigation (entityType As IMutableEntityType, name As String) As IMutableNavigation

パラメーター

entityType
IMutableEntityType

エンティティの型。

name
String

エンティティ クラスのナビゲーション プロパティの名前。

戻り値

ナビゲーション プロパティ。 null 何も見つからない場合は 。

適用対象