Skip to content

Commit a3b57b6

Browse files
author
electricessence
authored
Update README.md
1 parent 2999f31 commit a3b57b6

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
@@ -57,6 +57,6 @@ Synchronously queries (pulls all the data). Then using the provided type `T` en
5757

5858
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.
5959

60-
#### `AsSourceBlockAsync()`
60+
#### `AsSourceBlockAsync<T>()`
6161

6262
Retuns a Dataflow source block. Then asynchronously buffers and transforms the results allowing for any possible Dataflow configuration. The source block is marked as complete when there are no more results. If the block is somehow marked as complete externally, the flow of data will stop and the connection will close.

0 commit comments

Comments
 (0)