Share via


IRelatedEnd.Load Method

Definition

Overloads

Load(MergeOption)

Loads the related object or objects into the related end with the specified merge option.

Load()

Loads the related object or objects into this related end with the default merge option.

Load(MergeOption)

Loads the related object or objects into the related end with the specified merge option.

public void Load (System.Data.Entity.Core.Objects.MergeOption mergeOption);
abstract member Load : System.Data.Entity.Core.Objects.MergeOption -> unit

Parameters

mergeOption
MergeOption

The MergeOption to use when merging objects into an existing EntityCollection<TEntity>.

Applies to

Load()

Loads the related object or objects into this related end with the default merge option.

public void Load ();
abstract member Load : unit -> unit
Public Sub Load ()

Applies to