EF Core Fix issues After SaveChanges Failure

后端 未结 0 1080
离开以前
离开以前 2020-11-28 23:06

I have this piece of code (in Asp.net core), I try to add a list of objects to db

try
   {
      await _context.AddRangeAsync(mhUserAtts);
      await _contex         


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