IRelatedEnd.Load Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Load(MergeOption) |
Loads the related object or objects into the related end with the specified merge option. |
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.
public void Load (System.Data.Entity.Core.Objects.MergeOption mergeOption);
abstract member Load : System.Data.Entity.Core.Objects.MergeOption -> unit
Parameters
- mergeOption
- MergeOption
The MergeOption to use when merging objects into an existing EntityCollection<TEntity>.
Applies to
Load()
Loads the related object or objects into this related end with the default merge option.
public void Load ();
abstract member Load : unit -> unit
Public Sub Load ()
Applies to
Entity Framework