QueryContext.SetNavigationIsLoaded Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetNavigationIsLoaded(Object, INavigation) |
Sets the navigation as loaded. |
SetNavigationIsLoaded(Object, INavigationBase) |
Sets the navigation for given entity as loaded. |
SetNavigationIsLoaded(Object, INavigation)
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)
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework