Is .Update() on context good practice before SaveChanges()

后端 未结 0 1582
予麋鹿
予麋鹿 2020-12-18 16:10

I\'ve seen in many example different approaches when updating DB object.

Some of the ppl are using _dbContext.Update(product) before save changes, and so

相关标签:
回答
  • 消灭零回复
提交回复
热议问题