Commit afe6ce10 authored by Johan Danforth's avatar Johan Danforth

Merge pull request #211 from otac0n/patch-1

Tweak to readme.
parents 3b50d481 deb8f2ff
......@@ -305,7 +305,7 @@ Dapper supports fully stored procs:
```csharp
var user = cnn.Query<User>("spGetUser", new {Id = 1},
commandType: CommandType.StoredProcedure).First();}}}
commandType: CommandType.StoredProcedure).SingleOrDefault();
```
If you want something more fancy, you can do:
......
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