IRelatedEnd.Load Method
Loads the related entity or entities into the related end.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | 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. |
IRelatedEnd.Load Method ()
Loads the related object or objects into this related end with the default merge option.
IRelatedEnd.Load Method (MergeOption)
Loads the related object or objects into the related end with the specified merge option.
Parameters
- mergeOption
-
Type:
System.Data.Entity.Core.Objects.MergeOption
The MergeOption to use when merging objects into an existing EntityCollection<TEntity>.