Compartir a través de


QueryContext.SetNavigationIsLoaded Método

Definición

Sobrecargas

SetNavigationIsLoaded(Object, INavigation)

Establece la navegación como cargada.

SetNavigationIsLoaded(Object, INavigationBase)

Establece la navegación de una entidad determinada como cargada.

SetNavigationIsLoaded(Object, INavigation)

Source:
QueryContext.cs
Source:
QueryContext.cs

Establece la navegación como cargada.

public virtual void SetNavigationIsLoaded (object entity, Microsoft.EntityFrameworkCore.Metadata.INavigation navigation);
abstract member SetNavigationIsLoaded : obj * Microsoft.EntityFrameworkCore.Metadata.INavigation -> unit
override this.SetNavigationIsLoaded : obj * Microsoft.EntityFrameworkCore.Metadata.INavigation -> unit
Public Overridable Sub SetNavigationIsLoaded (entity As Object, navigation As INavigation)

Parámetros

entity
Object

Instancia de entidad.

navigation
INavigation

La propiedad de navegación.

Se aplica a

SetNavigationIsLoaded(Object, INavigationBase)

Source:
QueryContext.cs
Source:
QueryContext.cs
Source:
QueryContext.cs
Source:
QueryContext.cs
Source:
QueryContext.cs

Establece la navegación de una entidad determinada como cargada.

public virtual void SetNavigationIsLoaded (object entity, Microsoft.EntityFrameworkCore.Metadata.INavigationBase navigation);
abstract member SetNavigationIsLoaded : obj * Microsoft.EntityFrameworkCore.Metadata.INavigationBase -> unit
override this.SetNavigationIsLoaded : obj * Microsoft.EntityFrameworkCore.Metadata.INavigationBase -> unit
Public Overridable Sub SetNavigationIsLoaded (entity As Object, navigation As INavigationBase)

Parámetros

entity
Object

Instancia de entidad.

navigation
INavigationBase

La propiedad de navegación.

Se aplica a