mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 07:20:51 +08:00
update
@@ -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) |
|
||||||
|
|||||||
2
入门.md
2
入门.md
@@ -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 | 设置自定义数据库连接对象(放弃内置对象连接池技术) |
|
||||||
|
|||||||
Reference in New Issue
Block a user