https://github.com/shanmugharajk/sql-connect
A Common class which helps to connects SQL Server.
https://github.com/shanmugharajk/sql-connect
Last synced: 3 months ago
JSON representation
A Common class which helps to connects SQL Server.
- Host: GitHub
- URL: https://github.com/shanmugharajk/sql-connect
- Owner: shanmugharajk
- Created: 2015-03-16T12:37:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T04:31:44.000Z (over 6 years ago)
- Last Synced: 2024-05-27T19:48:54.876Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 235 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DbConnect
A Common class which extends IDbConnection helps to connects -SQL server ( it works across all .net ado providers. )All the samples and test cases are provided in the DbConnectTest project.