IRelatedEnd.Load Method

 

Loads the related entity or entities into the related end.

Namespace:   System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodLoad()

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

System_CAPS_pubmethodLoad(MergeOption)

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


IRelatedEnd.Load Method ()

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

void Load()

IRelatedEnd.Load Method (MergeOption)

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

void Load(
	MergeOption mergeOption
)

Parameters

mergeOption
Type: System.Data.Entity.Core.Objects.MergeOption

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