摘要:
Linq如: var v = from l in _dal.Share where l.PingcoId == pingcoId && (l.CreateTime.Date == DateTime.Now.Date) select l; return v.ToList();会报错:LINQ to Entities 不支持指定的类型成员“Date”。改成这样O... 阅读全文
posted @ 2010-07-08 15:57
肚肚
阅读(4508)
评论(3)
推荐(4)

浙公网安备 33010602011771号