Commit 7640c43a authored by Johan Danforth's avatar Johan Danforth

Update Readme.md

Removed text about connections having to be open, which is not true any longer.
parent 3f796796
......@@ -6,9 +6,7 @@ Features
Dapper.Contrib contains a number of helper methods for inserting, getting,
updating and deleting files.
As with dapper, all extension methods assume the connection is already open,
they will fail if the connection is closed. The full list of extension methods
in Dapper.Contrib right now are:
The full list of extension methods in Dapper.Contrib right now are:
```csharp
T Get<T>(id);
......
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