有没有办法做到这一点
public T GetItemById(int id) { Table table = _db.GetTable(); table.Where(t => t.Id == id); }
注意i.Id在上下文中不存在,因为linq不知道它正在使用什么对象,而Id是表的主键