IRelatedEnd.Load Method
Loads the related object or objects into this related end.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |
Load is called to explicitly load related objects from a related end that is exposed by a navigation property. For more information, see Shaping Query Results (Entity Framework).