INavigationBase.SetIsLoadedWhenNoTracking(Object) Method

Definition

Calls SetLoaded(Object, String, Boolean) for a INavigationBase to mark it as loaded when a no-tracking query has eagerly loaded this relationship.

public virtual void SetIsLoadedWhenNoTracking (object entity);
abstract member SetIsLoadedWhenNoTracking : obj -> unit
override this.SetIsLoadedWhenNoTracking : obj -> unit
Public Overridable Sub SetIsLoadedWhenNoTracking (entity As Object)

Parameters

entity
Object

The entity for which the navigation has been loaded.

Applies to