Dapper-Extensions
Dapper-Extensions copied to clipboard
There is no way to say Dapper buffer result in Async methods
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