ILazyLoader.IsLoaded(Object, String) Method

Definition

Gets whether or not the given navigation as known to be completely loaded or known to be no longer completely loaded.

C#
public bool IsLoaded (object entity, string navigationName = "");

Parameters

entity
Object

The entity on which the navigation property is located.

navigationName
String

The navigation property name.

Returns

trueif the navigation is known to be loaded.

Applies to

Proizvod Verzije
Entity Framework Core 8.0, 9.0