Subsonic 3.0 在 SQL 2005 中带有时间戳字段

发布于 2024-08-04 05:28:26 字数 150 浏览 3 评论 0原文

我的表中有一个时间戳字段,当我创建对象的新实例、设置一些字段、不设置时间戳字段并使用 .Save() 时,我收到一条错误消息,指出我无法将明确的值设置为INSERT 期间的时间戳字段。

我怎样才能让 SubSonic 不保存该特定字段中的任何内容?

谢谢

I have a timestamp field in a table and when i create a new instance of my object, set some fields, do not set the timestamp field and use the .Save(), i get an error saying that i cannot set an exlicite value to a timestamp field during an INSERT.

How can i have SubSonic not save anything in that perticular field?

Thank you

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

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

发布评论

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

评论(2

海拔太高太耀眼 2024-08-11 05:28:26

我不确定我是否完全理解这个问题,但默认的 SubSonic 模板设置为将某些日期/时间字段视为特殊情况,即 CreatedOn 和 ModifiedOn。您可以查看 T4 模板以查找对这些字段的引用并修改它们的行为。

这是否适用于您的情况,或者您的时间戳字段是否完全命名为其他名称?

I'm not sure I perfectly understand the question, but the default SubSonic templates are set up to treat certain date/time fields as special cases, those being CreatedOn and ModifiedOn. You could look through your T4 template for references to those fields and modify their behavior.

Does this even apply to your situation, or are your timestamp fields named something else completely?

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