Share via


ILazyLoader.Load(Object, String) Method

Definition

Loads a navigation property if it has not already been loaded.

public void Load (object entity, string navigationName = default);
public void Load (object entity, string navigationName = "");
abstract member Load : obj * string -> unit
Public Sub Load (entity As Object, Optional navigationName As String = Nothing)
Public Sub Load (entity As Object, Optional navigationName As String = "")

Parameters

entity
Object

The entity on which the navigation property is located.

navigationName
String

The navigation property name.

Applies to