We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0ec833 + 4f0228b commit 1d470e7Copy full SHA for 1d470e7
1 file changed
Simple.Data.SqlServer/SqlDbTypeEx.cs
@@ -18,7 +18,7 @@ static class SqlDbTypeEx
18
{ SqlDbType.Date, typeof(DateTime)},
19
{ SqlDbType.DateTime, typeof(DateTime)},
20
{ SqlDbType.DateTime2, typeof(DateTime)},
21
- { SqlDbType.DateTimeOffset, typeof(DateTime)},
+ { SqlDbType.DateTimeOffset, typeof(DateTimeOffset)},
22
{ SqlDbType.Decimal, typeof(decimal)},
23
{ SqlDbType.Float, typeof(double)},
24
{ SqlDbType.Image, typeof(byte[])},
0 commit comments