mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 23:40:53 +08:00
update
@@ -22,7 +22,7 @@ var t2 = fsql.DbFirst.GetTablesByDatabase(fsql.DbFirst.GetDatabases()[0]);
|
||||
//返回包括表、列详情、主键、唯一键、索引、外键、备注等等
|
||||
```
|
||||
|
||||
## 安装 dotnet-tool 生成实体类
|
||||
## 安装 dotnet-tool 生成实体类(推荐使用)
|
||||
|
||||
> dotnet tool install -g FreeSql.Generator
|
||||
|
||||
@@ -32,7 +32,7 @@ var t2 = fsql.DbFirst.GetTablesByDatabase(fsql.DbFirst.GetDatabases()[0]);
|
||||
|
||||
使用命令行工具生成实体类的极大好处,是后续的重新生成操作(一键完成)。
|
||||
|
||||
## 安装 Winform 生成器
|
||||
## 安装 Winform 生成器(停止更新)
|
||||
|
||||
源码地址:[https://github.com/2881099/FreeSql.Tools](https://github.com/2881099/FreeSql.Tools)
|
||||
> 作者:[mypeng1985](https://github.com/mypeng1985)
|
||||
|
||||
1
更新日志.md
1
更新日志.md
@@ -11,6 +11,7 @@
|
||||
- 调整 Avg 方法返回值为 double,Sum 方法返回值为 decimal;
|
||||
- 完善 Select`2-10 多表查询对象,增加 First(select)/ToOne(select)/First\<Dto\> 方法;
|
||||
- 修复 LazyLoading 在 Net4 环境下的问题;
|
||||
- 增加 FreeSql.Generator -Filter 设置选项,可阻止存储过程+视图的生成;
|
||||
|
||||
## v0.12.21
|
||||
|
||||
|
||||
Reference in New Issue
Block a user