Commit 787f681b authored by newbyca's avatar newbyca Committed by Nick Craver

Fix Readme typos (#739)

parent d73ae3b3
......@@ -315,7 +315,7 @@ post.Owner.Name.IsEqualTo("Sam");
post.Owner.Id.IsEqualTo(99);
```
Dapper is able to split the returned row by making an assumption that your Id columns are named `Id` or `id`, if your primary key is different or you would like to split the wide row at point other than `Id`, use the optional `splitOn` parameter.
Dapper is able to split the returned row by making an assumption that your Id columns are named `Id` or `id`. If your primary key is different or you would like to split the row at a point other than `Id`, use the optional `splitOn` parameter.
Multiple Results
---------------------
......
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