Share via


QueryContext.SetNavigationIsLoaded Method

Definition

Overloads

SetNavigationIsLoaded(Object, INavigation)

Sets the navigation as loaded.

SetNavigationIsLoaded(Object, INavigationBase)

Sets the navigation for given entity as loaded.

SetNavigationIsLoaded(Object, INavigation)

Source:
QueryContext.cs
Source:
QueryContext.cs

Sets the navigation as loaded.

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)

Parameters

entity
Object

The entity instance.

navigation
INavigation

The navigation property.

Applies to

SetNavigationIsLoaded(Object, INavigationBase)

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

Sets the navigation for given entity as loaded.

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)

Parameters

entity
Object

The entity instance.

navigation
INavigationBase

The navigation property.

Applies to