I\'m trying to update a POCO object using entity framework in the following way:
context.Jobs.Attach(job); context.SaveChanges();
That does n