// Inform EF about changes in an object graph | |
context.ApplyChanges(order); | |
// Persist all changes in a single transaction | |
context.SaveChanges(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment