Can I take advantage of List functions Remove(T) and Insert(Int32, T) when using UpdateRange(IEnumerable)?

后端 未结 0 828
情歌与酒
情歌与酒 2021-01-23 04:16

I am attempting to implement a controller method to reorder image indexes that need to be saved in the database using EF Core.

I have the following controller method:

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