Partager via


QueryContext.SetNavigationIsLoaded Méthode

Définition

Surcharges

SetNavigationIsLoaded(Object, INavigation)

Définit la navigation comme chargée.

SetNavigationIsLoaded(Object, INavigationBase)

Définit la navigation pour l’entité donnée comme chargée.

SetNavigationIsLoaded(Object, INavigation)

Source:
QueryContext.cs
Source:
QueryContext.cs

Définit la navigation comme chargée.

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)

Paramètres

entity
Object

Instance de l'entité.

navigation
INavigation

Propriété de navigation.

S’applique à

SetNavigationIsLoaded(Object, INavigationBase)

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

Définit la navigation pour l’entité donnée comme chargée.

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)

Paramètres

entity
Object

Instance de l'entité.

navigation
INavigationBase

Propriété de navigation.

S’applique à