mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-25 01:30:57 +08:00
update
2
添加.md
2
添加.md
@@ -43,7 +43,7 @@ blog.Id = id;
|
|||||||
var repo = fsql.GetRepository<Blog>();
|
var repo = fsql.GetRepository<Blog>();
|
||||||
repo.Insert(blog);
|
repo.Insert(blog);
|
||||||
```
|
```
|
||||||
> 将插入后的自增值,填充给 blog.Id
|
> 内部会将插入后的自增值填充给 blog.Id
|
||||||
|
|
||||||
## 2、批量插入
|
## 2、批量插入
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user