Skip to content

Commit

Permalink
Remove note about requiring open connections
Browse files Browse the repository at this point in the history
  • Loading branch information
vondruska authored Feb 12, 2017
1 parent f0bbbab commit 77ad677
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 77ad677

Please sign in to comment.