Share via


EntityCollection<TEntity>.Load(MergeOption) Method

Definition

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

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

Parameters

mergeOption
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 .

Applies to