henkmollema / Dommel

CRUD operations with Dapper made simple.
MIT License
611 stars 99 forks source link

Add ability to pass down "buffered" parameter #107

Closed andreas-soroko closed 5 years ago

andreas-soroko commented 5 years ago

Hey, first of all - thanks for the great lib!

ist there a way to pass down the "buffered" paramter ? couldnt find anything.. if not it would be great if you could add this feature, thanks!

henkmollema commented 5 years ago

Thanks for creating this issue.

As far as I know it is not possible to pass the buffered parameter to async methods in Dapper, only to non-async methods. Hence why the buffered parameter is only present in non-async methods of Dommel as well. E.g. Get() vs GetAsync().