次の方法で共有


IMutableSkipNavigation.SetInverse(IMutableSkipNavigation) メソッド

定義

逆スキップ ナビゲーションを設定します。

[System.Diagnostics.DebuggerStepThrough]
public Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation SetInverse (Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation inverse);
[System.Diagnostics.DebuggerStepThrough]
public Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation? SetInverse (Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation? inverse);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member SetInverse : Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation -> Microsoft.EntityFrameworkCore.Metadata.IMutableSkipNavigation
Public Function SetInverse (inverse As IMutableSkipNavigation) As IMutableSkipNavigation

パラメーター

inverse
IMutableSkipNavigation

逆スキップ ナビゲーション。 を渡 null すと、逆ナビゲーション プロパティが定義されません。

戻り値

属性

適用対象