We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a454d0b commit 9909a10Copy full SHA for 9909a10
README.md
@@ -13,6 +13,6 @@ Execute Dapper queries and sql commands normally
13
14
```
15
16
- var person = await connectionAdapter.QueryAsync<Person>(sql, new {Id});
+var person = await connectionAdapter.QueryAsync<Person>(sql, new {Id});
17
18
0 commit comments