Following on from the previous post I wanted to apply a similar approach with updating data. If I go and grab the first Shippers record from my store;
using (NorthwindContext ctx = new NorthwindContext("Name=NorthwindEntities")) { Shippers single = ctx.Shippers.First(); DumpObjectStateManager(ctx.ObjectStateManager); single.Phone =
read more »
Be the first to post a Comment!