Madhu
Madhu

Reputation: 1

Unable to retrieve sql server 2008 time(0) field values using nhibernate and c#

I successfully saved time to the time(0) field in my sql server 2008 database using c# DateTime datatype and with nhibernate. But i just unable to retrieve with the same in select query. any help will be appreciated.

Upvotes: 0

Views: 379

Answers (1)

Ryk
Ryk

Reputation: 3102

As per my comment and this article, use C# TimeSpan.

Upvotes: 1

Related Questions