mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-09 01:40:56 +08:00
Updated 实体特性 (markdown)
2
实体特性.md
2
实体特性.md
@@ -64,6 +64,8 @@ class Topic {
|
|||||||
|
|
||||||
> string 指定长度 [Column(DbType = "varchar(128)")] 或者 [MaxLength(128)] 或者 [Column(StringLength = 128)],当长度 -1 时产生的映射如下:
|
> string 指定长度 [Column(DbType = "varchar(128)")] 或者 [MaxLength(128)] 或者 [Column(StringLength = 128)],当长度 -1 时产生的映射如下:
|
||||||
|
|
||||||
|
## Text类型 [StringLength(-1)]
|
||||||
|
|
||||||
| MySql | PostgreSQL | SqlServer | Oracle | Sqlite | Firebird | MsAccess | 达梦 | 金仓 | 神通 |
|
| MySql | PostgreSQL | SqlServer | Oracle | Sqlite | Firebird | MsAccess | 达梦 | 金仓 | 神通 |
|
||||||
| - | - | - | - | - | - | - | - | - | - |
|
| - | - | - | - | - | - | - | - | - | - |
|
||||||
| text | text | nvarchar(max) | nclob | text | blob sub_type 1 | longtext | text | text | text |
|
| text | text | nvarchar(max) | nclob | text | blob sub_type 1 | longtext | text | text | text |
|
||||||
|
|||||||
Reference in New Issue
Block a user