摘要: 包含某字符串的模糊查询 pageInfo.Wheres.Add(n => n.Title.Contains(Ttile)); 以某字符串开头的模糊查询 pageInfo.Wheres.Add(n => n.CateCode.StartsWith(CateCode)); 以某字符串结尾的模糊查询 pa 阅读全文
posted @ 2017-04-11 09:23 守y1座_空城 阅读(177) 评论(0) 推荐(0) 编辑