Commit deb8f2ff authored by John Gietzen's avatar John Gietzen

Tweak to readme.

parent c840cc2e
...@@ -305,7 +305,7 @@ Dapper supports fully stored procs: ...@@ -305,7 +305,7 @@ Dapper supports fully stored procs:
```csharp ```csharp
var user = cnn.Query<User>("spGetUser", new {Id = 1}, 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: 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