Linq to SQL 中实现模糊查询

list = list.Where(i => i.Name.Contains(empName)).ToList();
posted @ 2016-03-14 10:05  果蔬浪子  阅读(319)  评论(0编辑  收藏  举报