提交 77ad677e 编写于 作者: S Steven Vondruska 提交者: GitHub

Remove note about requiring open connections

上级 f0bbbab8
......@@ -16,8 +16,6 @@ It provides 3 helpers:
Execute a query and map the results to a strongly typed List
------------------------------------------------------------
Note: all extension methods assume the connection is already open, they will fail if the connection is closed.
```csharp
public static IEnumerable<T> Query<T>(this IDbConnection cnn, string sql, object param = null, SqlTransaction transaction = null, bool buffered = true)
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册