EntityCollection<TEntity>.Load Method

 

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

NameDescription
System_CAPS_pubmethodLoad()

Loads the related object or objects into the related end with the default merge option.(Inherited from RelatedEnd.)

System_CAPS_pubmethodLoad(MergeOption)

Loads related objects into the collection, using the specified merge option.(Overrides RelatedEnd.Load(MergeOption).)


EntityCollection<TEntity>.Load Method (MergeOption)

Loads related objects into the collection, using the specified merge option.

public override void Load(
	MergeOption mergeOption
)

Parameters

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

Specifies how the objects in this collection should be merged with the objects that might have been returned from previous queries against the same ObjectContext .