update

2881099
2023-08-16 13:03:42 +08:00
parent 788c652c90
commit 059200d9d7
2 changed files with 2 additions and 2 deletions

@@ -147,7 +147,7 @@ fsql.Delete<Blog>()
| Methods | Return | Description | | Methods | Return | Description |
| -- | -- | -- | | -- | -- | -- |
| UseConnectionString | this | Connection string | | UseConnectionString | this | Connection string |
| UseAdoConnectionPool | this | set up Ado connection pool | | UseAdoConnectionPool | this | set up Ado connection pool (default false, remote true) |
| UseSlave | this | Set up the slave database, support multipleslace databases. | | UseSlave | this | Set up the slave database, support multipleslace databases. |
| UseSlaveWeight | this | Set up the slave database weight. | | UseSlaveWeight | this | Set up the slave database weight. |
| UseConnectionFactory | this | Set up a custom database connection object (abandon the built-in object connection pool technology) | | UseConnectionFactory | this | Set up a custom database connection object (abandon the built-in object connection pool technology) |

@@ -145,7 +145,7 @@ fsql.Delete<Blog>()
| 方法 | 返回值 | 说明 | | 方法 | 返回值 | 说明 |
| -- | -- | -- | | -- | -- | -- |
| UseConnectionString | this | 设置连接串 | | UseConnectionString | this | 设置连接串 |
| UseAdoConnectionPool | this | 设置连接池方案 | | UseAdoConnectionPool | this | 设置连接池方案(默认 false远程访问建议设置 true |
| UseSlave | this | 设置从数据库,支持多个 | | UseSlave | this | 设置从数据库,支持多个 |
| UseSlaveWeight | this | 设置从数据库权重 | | UseSlaveWeight | this | 设置从数据库权重 |
| UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) | | UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) |