tmenier / AsyncPoco

A long-"awaited" fully asynchronous PetaPoco fork
Other
127 stars 33 forks source link

Method for get current transaction #62

Open shustrenko opened 5 years ago

shustrenko commented 5 years ago

Now Database has method GetTransactionAsync, which creates inside _transaction = _sharedConnection.BeginTransaction(); and returns ITransaction

But i need DbTransaction object. It will be comfortably if Database will have method, which return _transaction