Kevin McNeish Blog

All things iOS, Kindle and .NET

Browse by Tags

All Tags » MergeOption » Entity Framework (RSS)
Setting Entity Framework MergeOptions - What Works, What Doesn't
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...