Paymentsense / Dapper.SimpleLoad

Dapper.SimpleLoad
MIT License
13 stars 4 forks source link

Allow for the specification of the DbTransaction to be used for an AutoQuery #26

Open markwhitfeld opened 6 years ago

markwhitfeld commented 6 years ago

Currently there is no way to specify the DbTransaction that is being used for the Dapper Query being run as a result of the call to AutoQuery. Could this be added as an optional parameter?