Commit cdab5f5b authored by Nick Craver's avatar Nick Craver Committed by GitHub

Merge pull request #701 from vondruska/master

Update readme to remove notice about requiring open connections
parents 0fb3776c 77ad677e
...@@ -16,8 +16,6 @@ It provides 3 helpers: ...@@ -16,8 +16,6 @@ It provides 3 helpers:
Execute a query and map the results to a strongly typed List 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 ```csharp
public static IEnumerable<T> Query<T>(this IDbConnection cnn, string sql, object param = null, SqlTransaction transaction = null, bool buffered = true) public static IEnumerable<T> Query<T>(this IDbConnection cnn, string sql, object param = null, SqlTransaction transaction = null, bool buffered = true)
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment