mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 02:32:50 +08:00
update
This commit is contained in:
parent
ef87618092
commit
08b1df5d3f
@ -32,7 +32,7 @@ IFreeSql fsql = new FreeSql.FreeSqlBuilder()
|
|||||||
.UseAutoSyncStructure(true) //自动同步实体结构到数据库
|
.UseAutoSyncStructure(true) //自动同步实体结构到数据库
|
||||||
.UseSyncStructureToLower(true) //转小写同步结构
|
.UseSyncStructureToLower(true) //转小写同步结构
|
||||||
|
|
||||||
.UseLazyLoading(true) //延时加载导航属性对象,导航属性需要声明 virtual
|
.UseLazyLoading(true) //延时加载导航属性对象,导航属性需要声明 virtual
|
||||||
.Build();
|
.Build();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user