mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Update 人大金仓
This commit is contained in:
parent
3bfea1e01b
commit
c870c3ef77
@ -135,6 +135,7 @@ namespace SqlSugar
|
|||||||
new KeyValuePair<string, CSharpDataType>("blob",CSharpDataType.byteArray),
|
new KeyValuePair<string, CSharpDataType>("blob",CSharpDataType.byteArray),
|
||||||
new KeyValuePair<string, CSharpDataType>("bit varying",CSharpDataType.byteArray),
|
new KeyValuePair<string, CSharpDataType>("bit varying",CSharpDataType.byteArray),
|
||||||
new KeyValuePair<string, CSharpDataType>("varbit",CSharpDataType.@byte),
|
new KeyValuePair<string, CSharpDataType>("varbit",CSharpDataType.@byte),
|
||||||
|
new KeyValuePair<string, CSharpDataType>("rowversion",CSharpDataType.byteArray),
|
||||||
new KeyValuePair<string, CSharpDataType>("regclass",CSharpDataType.@object)
|
new KeyValuePair<string, CSharpDataType>("regclass",CSharpDataType.@object)
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user