mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-06 16:30:52 +08:00
update
4
API.md
4
API.md
@@ -7,13 +7,11 @@
|
||||
| UseSlave | this | 设置从数据库,支持多个 |
|
||||
| UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) |
|
||||
| UseAutoSyncStructure | this | 【开发环境必备】自动同步实体结构到数据库,程序运行中检查实体创建或修改表结构 |
|
||||
| UseSyncStructureToLower | this | 转小写同步结构,适用 PostgreSQL |
|
||||
| UseSyncStructureToUpper | this | 转大写同步结构,适用 Oracle/达梦 |
|
||||
| UseNoneCommandParameter | this | 不使用命令参数化执行,针对 Insert/Update,也可临时使用 IInsert/IUpdate.NoneParameter() |
|
||||
| UseGenerateCommandParameterWithLambda | this | 生成命令参数化执行,针对 lambda 表达式解析 |
|
||||
| UseLazyLoading | this | 开启延时加载功能 |
|
||||
| UseMonitorCommand | this | 监视全局 SQL 执行前后 |
|
||||
| UseEntityPropertyNameConvert | this | 自动转换实体属性名称 Entity Property -\> Db Filed |
|
||||
| UseNameConvert | this | 自动转换实体、属性名称 Entity Property -\> Db Filed |
|
||||
| Build\<T\> | IFreeSql\<T\> | 创建一个 IFreeSql 对象,注意:单例设计,不要重复创建 |
|
||||
|
||||
# IFreeSql
|
||||
|
||||
2
入门.md
2
入门.md
@@ -86,7 +86,7 @@ fsql.Delete<Blog>()
|
||||
| UseGenerateCommandParameterWithLambda | this | 生成命令参数化执行,针对 lambda 表达式解析 |
|
||||
| UseLazyLoading | this | 开启延时加载功能 |
|
||||
| UseMonitorCommand | this | 监视全局 SQL 执行前后 |
|
||||
| UseEntityPropertyNameConvert | this | 自动转换名称 Entity -\> Db |
|
||||
| UseNameConvert | this | 自动转换名称 Entity -\> Db |
|
||||
| Build\<T\> | IFreeSql\<T\> | 创建一个 IFreeSql 对象,注意:单例设计,不要重复创建 |
|
||||
|
||||
# ConnectionStrings
|
||||
|
||||
Reference in New Issue
Block a user