Linq to SQL 中实现模糊查询

时间:2022-01-02 08:00:51
list = list.Where(i => i.Name.Contains(empName)).ToList();

相关文章