要查出所有在本周的数据,实现SQL中:datepart(ww,getdate()) = datepart(ww,CreateTime), 怎么用Linq实现?
收起
dt.DayOfWeeks == DateTime.Now.DayOfWeeks
报告相同问题?