You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The provided expressive command classes allow for an expressive means to append
12
12
13
13
Extensions are provied to create commands from connection factories.
14
14
15
-
### Example
15
+
#####Example
16
16
17
17
```cs
18
18
varresult=connectionFactory
@@ -55,7 +55,18 @@ In order to keep connection open time to a minimum, some methods cache data befo
55
55
56
56
Synchronously queries (pulls all the data). Then using the provided type `T` entity, the data is coerced by which properties intersect with the ones available to the ```IDataReader```.
57
57
58
-
Optionally a
58
+
Optionally a field to column override map can be passed as a parameter. If a column is set as `null` then that field is ignored (not applied to the model).
0 commit comments