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)
- 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework