Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 DateTime(在数据库中)的 DBContext,它在 EF 中被定义为一个字节 []。那么如何发送代表当前日期的字节[]?
时间不应作为字节数组数据类型出现。如果您使用的是 SQL Server,则可能您将数据类型声明为时间戳而不是日期时间,因为它在代码中显示为字节数组。在 SQL Server 的较新版本中,时间戳类型已重命名为 rowversion,以便更加清晰,因为它不包含任何类型的时间数据。