提交 deb8f2ff 编写于 作者: J John Gietzen

Tweak to readme.

上级 c840cc2e
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册