ObjectQuery::Execute Method (MergeOption)
.NET Framework (current version)
Executes the untyped object query with the specified merge option.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Parameters
- mergeOption
-
Type:
System.Data.Objects::MergeOption
The MergeOption to use when executing the query. The default is AppendOnly.
Return Value
Type: System.Data.Objects::ObjectResult^An ObjectResult<T> that contains a collection of entity objects returned by the query.
The default merge option for object queries is AppendOnly. For more information, see Identity Resolution, State Management, and Change Tracking.
Call the Execute method on ObjectQuery<T> for typed object queries.
.NET Framework
Available since 3.5
Available since 3.5
Show: