Share via


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.

public bool IsLoaded (object entity, string navigationName = "");
abstract member IsLoaded : obj * string -> bool
Public Function IsLoaded (entity As Object, Optional navigationName As String = "") As Boolean

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