[This article was originally published on my personal blog here . I hereby grant myself permission to re-publish it on NHForge.org.] [Code for this article is available on GitHub here .] In this post, we’ll examine the ways that NHibernate supports the DateTime-related data types, including some new...
Ms Sql Server 2008 come with a lot of features talking about Date/Time. Besides the already known DbType.DateTime, now we have new types: Date Time DateTime2 DateTimeOffset NHibernate 2.1 introduce changes to support this types out-of-the-box. This table show all the details about how to configurate...