The Basics When retrieving entities using object queries with the Entity Framework, there is a MergeOption setting that allows you to specify how you want entities to be retrieved. The default value is AppendOnly, which specifiies that if an entity already...