IMutableSkipNavigation.SetInverse(IMutableSkipNavigation) Metodo

Definizione

Imposta lo spostamento ignora inverso.

[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

Parametri

inverse
IMutableSkipNavigation

Spostamento ignorato inverso. Il null passaggio comporterà l'assenza di proprietà di spostamento inversa definite.

Valori restituiti

Attributi

Si applica a