A base repository class for accessing a SQL database connection.
Info
Version: | 1.0.1 |
Author(s): | Michael Brandon Morris |
Last Update: | Friday, March 15, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/MichaelBrandonMorris.Repositories.Sql |
Install
Install-Package MichaelBrandonMorris.Repositories.Sql
dotnet add package MichaelBrandonMorris.Repositories.Sql
paket add MichaelBrandonMorris.Repositories.Sql
MichaelBrandonMorris.Repositories.Sql Download (Unzip the "nupkg" after downloading)
Dependencies
- MichaelBrandonMorris.Repositories(>= 1.0.1)
- System.Data.SqlClient(>= 4.6.0)