The core project in the framework includes a simple `CommandBuilder` that can assemble a `System.Data.Common.DbCommand` from common configuration and connection-specifc configuration.
Info
Version: | 2.0.0 |
Author(s): | Matt DeKrey |
Last Update: | Friday, January 29, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mdekrey/DeKreyConsulting.AdoTestability |
NuGet Url: | https://www.nuget.org/packages/DeKreyConsulting.AdoTestability |
Install
Install-Package DeKreyConsulting.AdoTestability
dotnet add package DeKreyConsulting.AdoTestability
paket add DeKreyConsulting.AdoTestability
DeKreyConsulting.AdoTestability Download (Unzip the "nupkg" after downloading)
Dependencies
net451
- System.Data.Common(>= 4.3.0)
- Microsoft.CSharp(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
- System.Collections(>= 4.3.0)
- System.Data.Common(>= 4.3.0)
- System.Linq(>= 4.3.0)
- System.Runtime(>= 4.3.0)
- System.Threading(>= 4.3.0)
Tags