Skip to content

Commit d705125

Browse files
author
electricessence
authored
Update README.md
1 parent ee043b2 commit d705125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ var people = cmd.Results<Person>(new Dictionary<string,string>{
8686

8787
#### `Retrieve()` and `RetrieveAsync()`
8888

89-
Queues 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.
89+
Queues all the data. Returns a `QueryResult<Queue<object[]>>` containing the requested data and column information. The `.AsDequeueingMappedEnumerable()` extension will iteratively convert the results to dictionaries for ease of access.
9090

9191
#### `AsSourceBlockAsync<T>()`
9292

0 commit comments

Comments
 (0)