This commit is contained in:
sunkaixuan
2017-08-30 16:55:12 +08:00
parent d493778fad
commit 6d0f45a944

View File

@@ -76,6 +76,7 @@ namespace SqlSugar
new KeyValuePair<string, CSharpDataType>("time",CSharpDataType.DateTime), new KeyValuePair<string, CSharpDataType>("time",CSharpDataType.DateTime),
new KeyValuePair<string, CSharpDataType>("blob",CSharpDataType.byteArray), new KeyValuePair<string, CSharpDataType>("blob",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("clob",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("raw",CSharpDataType.byteArray), new KeyValuePair<string, CSharpDataType>("raw",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("oleobject",CSharpDataType.byteArray), new KeyValuePair<string, CSharpDataType>("oleobject",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("binary",CSharpDataType.byteArray), new KeyValuePair<string, CSharpDataType>("binary",CSharpDataType.byteArray),