mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 15:30:53 +08:00
update
1
API.md
1
API.md
@@ -5,6 +5,7 @@
|
|||||||
| 方法 | 返回值 | 说明 |
|
| 方法 | 返回值 | 说明 |
|
||||||
| -- | -- | -- |
|
| -- | -- | -- |
|
||||||
| UseConnectionString | this | 设置连接串 |
|
| UseConnectionString | this | 设置连接串 |
|
||||||
|
| UseAdoConnectionPool | this | 设置连接池方案 |
|
||||||
| UseSlave | this | 设置从数据库,支持多个 |
|
| UseSlave | this | 设置从数据库,支持多个 |
|
||||||
| UseSlaveWeight | this | 设置从数据库权重 |
|
| UseSlaveWeight | this | 设置从数据库权重 |
|
||||||
| UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) |
|
| UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) |
|
||||||
|
|||||||
@@ -147,6 +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 |
|
||||||
| 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) |
|
||||||
|
|||||||
1
入门.md
1
入门.md
@@ -143,6 +143,7 @@ fsql.Delete<Blog>()
|
|||||||
| 方法 | 返回值 | 说明 |
|
| 方法 | 返回值 | 说明 |
|
||||||
| -- | -- | -- |
|
| -- | -- | -- |
|
||||||
| UseConnectionString | this | 设置连接串 |
|
| UseConnectionString | this | 设置连接串 |
|
||||||
|
| UseAdoConnectionPool | this | 设置连接池方案 |
|
||||||
| UseSlave | this | 设置从数据库,支持多个 |
|
| UseSlave | this | 设置从数据库,支持多个 |
|
||||||
| UseSlaveWeight | this | 设置从数据库权重 |
|
| UseSlaveWeight | this | 设置从数据库权重 |
|
||||||
| UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) |
|
| UseConnectionFactory | this | 设置自定义数据库连接对象(放弃内置对象连接池技术) |
|
||||||
|
|||||||
Reference in New Issue
Block a user