且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将实体框架中的DateTime与Sql Server Compact数据库进行比较

更新时间:2023-01-29 14:53:16

实体SQL查询提供程序链接所支持的规范日期和时间函数的完整枚举

Here is a complete enumeration of canonical Date and Time functions supported by Entity SQL query provider link.

尝试类似的操作

context.Users.Where(f=>EntityFunctions.DiffSeconds(f.LastLogOn, somedatetime)<0);