Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.23 KB

File metadata and controls

14 lines (10 loc) · 1.23 KB

DbConnection Wrapper NuGet

Library that wraps the ADO.NET DbConnection class and adds more methods to execute queries whilst using less of the exact same code in a medion/large sized project.

Installation & Usage

Before you begin, please make sure that your current solution has installed the nuget package of this library.
You can find this package here.

To use this wrapper, you can see how MySqlConnectorWrapper does this. Specifically, one should look at the following files: