ObjectQuery::MergeOption Property
.NET Framework (current version)
Gets or sets how objects returned from a query are added to the object context.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property MergeOption MergeOption { MergeOption get(); void set(MergeOption value); }
If no MergeOption is specified, the default value is AppendOnly. For more information, see Identity Resolution, State Management, and Change Tracking.
.NET Framework
Available since 3.5
Available since 3.5
Show: