Skip to content

Commit 469e910

Browse files
author
electricessence
authored
Update README.md
1 parent 0819918 commit 469e910

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ In order to keep connection open time to a minimum, some methods cache data befo
5555

5656
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```.
5757

58+
Optionally a
59+
5860
#### `Retrieve()` and `RetrieveAsync()`
5961

6062
Synchronously queries (pulls all the data). Returns a `QueryResult<Queue<object[]>>` containing the requested data and column mappings. The `.AsDequeueingMappedEnumerable()` extension will iteratively convert the results to dictionaries for ease of access.

0 commit comments

Comments
 (0)