Compartir a través de


IMutableSkipNavigation.SetInverse(IMutableSkipNavigation) Método

Definición

Establece la navegación de omisión inversa.

[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

Parámetros

inverse
IMutableSkipNavigation

Navegación de omisión inversa. Pasar null dará como resultado que no haya ninguna propiedad de navegación inversa definida.

Devoluciones

Atributos

Se aplica a