ILazyLoader.SetLoaded(Object, String, Boolean) 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.
Sets the given navigation as known to be completely loaded or known to be no longer completely loaded.
public void SetLoaded (object entity, string navigationName = "", bool loaded = true);
abstract member SetLoaded : obj * string * bool -> unit
Public Sub SetLoaded (entity As Object, Optional navigationName As String = "", Optional loaded As Boolean = true)
Parameters
- entity
- Object
The entity on which the navigation property is located.
- navigationName
- String
The navigation property name.
- loaded
- Boolean
Determines whether the navigation is set as loaded or not.
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