brentmannering-zz / linq-to-dapper

A simple Linq provider for Dapper.Net
55 stars 24 forks source link

Option for connection to remain open #6

Open mn1510 opened 2 years ago

mn1510 commented 2 years ago

Could there be a feature which allows the connection to remain open rather than closing it after an expression is called?

This would be useful when implementing unit of work in dapper.