提交 183dc74d 编写于 作者: WEI.ZHOU.'s avatar WEI.ZHOU.

Doc Upgrade to 1.2.1.0 version

上级 e0c8f1ea
V1.2.1.0
1.构建数据库连接对象时,可以采用来连接地址字符串直接进行构建
V1.2.0.0
1.添加批量执行List SQL新方法
2.添加现有异步执行批量SQL方法
......
......@@ -154,6 +154,14 @@ new DapperRepository<object>(DBProvider.InterfaceDB)
MESCon, InterfaceDB, MESLogCon, MESOtherCon
```
​ DapperHelper新增直接通过连接地址字符串构建连接对象
```C#
string connectString = @"Data Source=127.0.0.1/ORCL;User ID=mesdb;Password=Cam1star";
DapperRepository dapperRepository =
new DapperRepository<object>(connectString)
```
# 第4章 DapperHelper主要方法
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册