Dapper-Extensions icon indicating copy to clipboard operation
Dapper-Extensions copied to clipboard

There is no way to say Dapper buffer result in Async methods

Open alexander-lysenko-88 opened this issue 7 years ago • 0 comments

Dapper itself provide a parameter - buffer, which mean that Dapper will buffer results before connection is closed. But Dapper-Extentions do not provide ability to throw buffer parameter to Async methods of Dapper. I would be very appreciated if it is possible to "buffer" in async methods of Dapper-Extentions - class DapperAsyncImplementor

alexander-lysenko-88 avatar Oct 06 '17 07:10 alexander-lysenko-88