What are the most suitable equivalent C# datatypes for the new "date", "time" and "datetimeoffset" datatypes in Sql Server 2008?
feedback
|
|
This MSDN link should tell you: | |||
|
feedback
|
|
The new types are supported only if you install .NET Framework 3.5 SP1.
For exhaustive information, see Date and Time Data in SQL Server 2008 | |||
|
feedback
|
|
In C# you could use
| |||
feedback
|