Dapper
Dapper copied to clipboard
Add missing QueryAsync overload
Hi there,
add a missing QueryAsync method overload in order to be able to pass a ComandDefinition on a multi-mapping query. The lack of a CommandDefinition parameter actually prevents the possibility to pass a cancellation token to the query execution ADO.NET command.
Imerio