When building apps using transactions it would be convenient to have the OpenWithTransaction* methods take an IsolationLevel parameter to match DbConnection BeginTransaction api. In addition extension methods for SqlConnection that allow passing in the transaction name so the api duplicates the SqlConnection apis would be very nice.
Describe the feature
When building apps using transactions it would be convenient to have the OpenWithTransaction* methods take an IsolationLevel parameter to match DbConnection BeginTransaction api. In addition extension methods for SqlConnection that allow passing in the transaction name so the api duplicates the SqlConnection apis would be very nice.