mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-03-01 19:50:56 +08:00
Updated 类型映射 (markdown)
3
类型映射.md
3
类型映射.md
@@ -97,6 +97,9 @@ public class S_SysConfig {
|
||||
| MygisMultiLineString | multilinestring |
|
||||
| MygisMultiPolygon | multipolygon |
|
||||
|
||||
## Mysql注意事项
|
||||
如果``int、byte``类型,指定了 ``DbType="tinyint(1)"``,请注意,``tinyint(1)``在ado.net中默认将此值映射为``bool``类型,可在链接串中指定``TreatTinyAsBoolean=false``,使映射 ``tinyint(1) ``为 ``SByte`` 而非 ``bool``。
|
||||
|
||||
## PostgreSQL 特别类型映射
|
||||
|
||||
| csharp | PostgreSQL |
|
||||
|
||||
Reference in New Issue
Block a user