Is ObjectContext.SaveChanges() calls ObjectContext.SaveChanges(SaveOptions.AcceptAllChangesAfterSave | SaveOptions.DetectChangesBeforeSave) under the hood?
Just want to be sure so that I can use SaveChanges() to replace all SaveChanges(SaveOptions.AcceptAllChangesAfterSave | SaveOptions.DetectChangesBeforeSave)
Thanks.
Yes, it does exactly that.
From ILSpy: