ObjectQuery.Execute Method (MergeOption)
Executes the untyped object query with the specified merge option.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- mergeOption
-
Type:
System.Data.Entity.Core.Objects.MergeOption
The MergeOption to use when executing the query. The default is AppendOnly.
Return Value
Type: System.Data.Entity.Core.Objects.ObjectResultAn ObjectResult<T> that contains a collection of entity objects returned by the query.