mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-09 18:00:56 +08:00
update
4
API.md
4
API.md
@@ -13,7 +13,9 @@
|
|||||||
| UseGenerateCommandParameterWithLambda | this | 生成命令参数化执行,针对 lambda 表达式解析 |
|
| UseGenerateCommandParameterWithLambda | this | 生成命令参数化执行,针对 lambda 表达式解析 |
|
||||||
| UseLazyLoading | this | 开启延时加载功能 |
|
| UseLazyLoading | this | 开启延时加载功能 |
|
||||||
| UseMonitorCommand | this | 监视全局 SQL 执行前后 |
|
| UseMonitorCommand | this | 监视全局 SQL 执行前后 |
|
||||||
| **UseNameConvert** | this | 转换实体、属性名称 Entity Property -\> Db Filed |
|
| UseMappingPriority | this | 指定映射优先级(默认 Aop < FluentApi < Attribute) |
|
||||||
|
| **UseNameConvert** | this | 自动转换名称 Entity -\> Db |
|
||||||
|
| UseExitAutoDisposePool | this | 监听 AppDomain.CurrentDomain.ProcessExit/Console.CancelKeyPress 事件自动释放连接池 (默认true) |
|
||||||
| Build\<T\> | IFreeSql\<T\> | 创建一个 IFreeSql 对象,注意:单例设计,不要重复创建 |
|
| Build\<T\> | IFreeSql\<T\> | 创建一个 IFreeSql 对象,注意:单例设计,不要重复创建 |
|
||||||
|
|
||||||
# IFreeSql
|
# IFreeSql
|
||||||
|
|||||||
2
入门.md
2
入门.md
@@ -154,7 +154,7 @@ fsql.Delete<Blog>()
|
|||||||
| UseLazyLoading | this | 开启延时加载功能 |
|
| UseLazyLoading | this | 开启延时加载功能 |
|
||||||
| UseMonitorCommand | this | 监视全局 SQL 执行前后 |
|
| UseMonitorCommand | this | 监视全局 SQL 执行前后 |
|
||||||
| UseMappingPriority | this | 指定映射优先级(默认 Aop < FluentApi < Attribute) |
|
| UseMappingPriority | this | 指定映射优先级(默认 Aop < FluentApi < Attribute) |
|
||||||
| UseNameConvert | this | 自动转换名称 Entity -\> Db |
|
| **UseNameConvert** | this | 自动转换名称 Entity -\> Db |
|
||||||
| UseExitAutoDisposePool | this | 监听 AppDomain.CurrentDomain.ProcessExit/Console.CancelKeyPress 事件自动释放连接池 (默认true) |
|
| UseExitAutoDisposePool | this | 监听 AppDomain.CurrentDomain.ProcessExit/Console.CancelKeyPress 事件自动释放连接池 (默认true) |
|
||||||
| Build\<T\> | IFreeSql\<T\> | 创建一个 IFreeSql 对象,注意:单例设计,不要重复创建 |
|
| Build\<T\> | IFreeSql\<T\> | 创建一个 IFreeSql 对象,注意:单例设计,不要重复创建 |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user