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

后端 未结 0 970
甜味超标
甜味超标 2021-01-23 03:56

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:

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