mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
-
This commit is contained in:
@@ -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),
|
||||||
|
Reference in New Issue
Block a user