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);