We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa41fc commit 4b85bdbCopy full SHA for 4b85bdb
1 file changed
README.md
@@ -59,12 +59,12 @@ Optionally a field to column override map can be passed as a parameter. If a co
59
60
##### Examples
61
62
-If all the columns in the database map exactly to a field. A column that has no associated field/property is ignored.
+If all the columns in the database map exactly to a field: (A column that has no associated field/property is ignored.)
63
```cs
64
var people = cmd.Results<Person>();
65
```
66
67
-If the database fields don't map exactly.
+If the database fields don't map exactly:
68
69
70
var people = cmd.Results<Person>(
0 commit comments