We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee043b2 commit d705125Copy full SHA for d705125
1 file changed
README.md
@@ -86,7 +86,7 @@ var people = cmd.Results<Person>(new Dictionary<string,string>{
86
87
#### `Retrieve()` and `RetrieveAsync()`
88
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.
+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.
90
91
#### `AsSourceBlockAsync<T>()`
92
0 commit comments