MySQL 时间戳到 .NET 时间戳
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
事实证明这是 DBLINQ 的问题,已将问题报告给 Mono DBLINQ 团队。
Turns out this is a problem with DBLINQ, problem reported to Mono DBLINQ team.
您可以尝试使用 Devart dorConnect for MySQL 或 Devart 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