Dapper.DataRepositories icon indicating copy to clipboard operation
Dapper.DataRepositories copied to clipboard

Transaction problem

Open apchenjun opened this issue 3 years ago • 0 comments

By default, the current database connection transaction is not passed in, which leads to the need to rewrite the method to pass in the transaction to achieve transaction control image Like the InsertAsync method image

apchenjun avatar Sep 02 '21 09:09 apchenjun