QueryContext.SetNavigationIsLoaded Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
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)
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.