Info
Version: | 4.0.0 |
Author(s): | Mark Dickinson |
Last Update: | Thursday, September 24, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DickinsonBros.SQL |
Install
Install-Package DickinsonBros.SQL
dotnet add package DickinsonBros.SQL
paket add DickinsonBros.SQL
DickinsonBros.SQL Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.35 && < 3.0.0)
- DickinsonBros.DataTable.Abstractions(>= 1.0.0 && < 2.0.0)
- DickinsonBros.DateTime.Abstractions(>= 2.0.0 && < 3.0.0)
- DickinsonBros.Logger.Abstractions(>= 2.0.0 && < 3.0.0)
- DickinsonBros.Redactor.Abstractions(>= 2.0.0 && < 3.0.0)
- DickinsonBros.SQL.Abstractions(>= 2.1.0 && < 3.0.0)
- DickinsonBros.Stopwatch.Abstractions(>= 2.0.0 && < 3.0.0)
- DickinsonBros.Telemetry.Abstractions(>= 5.1.0 && < 6.0.0)
- Microsoft.Data.SqlClient(>= 2.0.1 && < 3.0.0)
- Microsoft.Extensions.Options(>= 3.1.8 && < 4.0.0)
Features
* Methods: Execute, QueryFirst, QueryFirstOrDefault, Query, and BulkCopy
* Logs for all successful and exceptional runs
* Telemetry for all calls.