MySQL 时间戳到 .NET 时间戳

发布于 2024-09-19 19:04:41 字数 564 浏览 4 评论 0原文

我正在使用 DBLinq 从 C# .NET 3.5 访问 MySQL DB

我已经为 Visual Studio 2010 ORM 创建了 dbml 文件,并且它加载得很好 - 但是,当我编译源代码时,我遇到了有关将 MySQL 时间戳转换为.NET 日期时间。

现在这种情况是有道理的,因为它们是两种“不同”类型(尽管 MySQL 文档说它们实际上是相同的)。http://dev.mysql.com/doc/refman/5.0/en/datetime.html

VS 2010抛出的错误是:

错误 1 ​​DBML1005:不支持类型“Activity”的“RowVersion”列中的 DbType“timestamp”和类型“System.DateTime”之间的映射。 0 0

其中 RowVersion 是乐观并发的时间戳。

我如何让它在两者之间工作?

I am using DBLinq to access a MySQL DB from C# .NET 3.5

I have created the dbml file for the Visual Studio 2010 ORM, and it loads fine - however when I compile the source I am met with errors regarding the conversion of MySQL timestamp to .NET DateTime.

Now this kind of makes sense, because they are 2 'different' types (Though the MySQL documentation says that they are practically the same).http://dev.mysql.com/doc/refman/5.0/en/datetime.html

The error thrown by VS 2010 is:

Error 1 DBML1005: Mapping between DbType 'timestamp' and Type 'System.DateTime' in Column 'RowVersion' of Type 'Activity' is not supported. 0 0

Where RowVersion is a timestamp for optimistic concurrency.

How do I get it to work between the 2?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

伤感在游骋 2024-09-26 19:04:41

事实证明这是 DBLINQ 的问题,已将问题报告给 Mono DBLINQ 团队。

Turns out this is a problem with DBLINQ, problem reported to Mono DBLINQ team.

-残月青衣踏尘吟 2024-09-26 19:04:41

您可以尝试使用 Devart dorConnect for MySQLDevart LinqConnect,Mono DBLINQ 团队正在修复问题。这些产品应与 Mono 框架配合使用

You can try to use Devart dorConnect for MySQL or Devart LinqConnect while problem is fixing by Mono DBLINQ team. These products should work with Mono Framework

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文