LinQ查询select语法语句一个字段或者多个字段:

var query = _context.Student.Where(t => t.s_id == Convert.ToInt32(id) && t.class == "一班").SingleOrDefault();