Skip to content

Commit

Permalink
Merge pull request DapperLib#701 from vondruska/master
Browse files Browse the repository at this point in the history
Update readme to remove notice about requiring open connections
  • Loading branch information
NickCraver authored Mar 14, 2017
2 parents 0fb3776 + 77ad677 commit cdab5f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit cdab5f5

Please sign in to comment.