Commit 374ac003 authored by SwissCheeze's avatar SwissCheeze

Formatting.

parent 39927925
...@@ -318,7 +318,7 @@ static SqlMapper() ...@@ -318,7 +318,7 @@ static SqlMapper()
typeMap[typeof(Guid?)] = DbType.Guid; typeMap[typeof(Guid?)] = DbType.Guid;
typeMap[typeof(DateTime?)] = DbType.DateTime; typeMap[typeof(DateTime?)] = DbType.DateTime;
typeMap[typeof(DateTimeOffset?)] = DbType.DateTimeOffset; typeMap[typeof(DateTimeOffset?)] = DbType.DateTimeOffset;
typeMap[typeof (Object)] = DbType.Object; typeMap[typeof(Object)] = DbType.Object;
} }
private const string LinqBinary = "System.Data.Linq.Binary"; private const string LinqBinary = "System.Data.Linq.Binary";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment