how to update all records in an entity frame work

前端 未结 0 1386
再見小時候
再見小時候 2020-12-08 22:34

I am trying to update only one column of my multiple records.I can achieve the bellow

var test = _items.AsQueryable().Where(x => x.ItemId== entity.Id);
            


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