Dzoukr / Dapper.FSharp

Lightweight F# extension for StackOverflow Dapper with support for MSSQL, MySQL, PostgreSQL, and SQLite
MIT License
374 stars 35 forks source link

Passing Transactions #17

Closed JoroVSG closed 3 years ago

JoroVSG commented 3 years ago

General question: how do I work with transactions? Thanks

JoroVSG commented 3 years ago

Nvm. I got confused because I need to user con.InsertAsyn(..., transaction). I was trying to apply the function like "con.InsertAsyn entity transaction" like function application in F#