What are the most suitable equivalent C# datatypes for the new "date", "time" and "datetimeoffset" datatypes in Sql Server 2008?
|
|
|||
|
|
|
This MSDN link should tell you: |
||
|
|
|
|
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 |
||
|
|
|
|
In C# you could use
|
||
|
