DatabaseWrapper.SqlServer 4.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package DatabaseWrapper.SqlServer --version 4.1.2
NuGet\Install-Package DatabaseWrapper.SqlServer -Version 4.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DatabaseWrapper.SqlServer" Version="4.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DatabaseWrapper.SqlServer --version 4.1.2
#r "nuget: DatabaseWrapper.SqlServer, 4.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DatabaseWrapper.SqlServer as a Cake Addin
#addin nuget:?package=DatabaseWrapper.SqlServer&version=4.1.2

// Install DatabaseWrapper.SqlServer as a Cake Tool
#tool nuget:?package=DatabaseWrapper.SqlServer&version=4.1.2

Simple database wrapper for SQL Server written in C# supporting dynamic query building and nesting using expressions.  Refer to other DatabaseWrapper packages for support for MySQL, Sqlite, and PostgreSQL.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on DatabaseWrapper.SqlServer:

Package Downloads
DatabaseWrapper

Simple database wrapper for Microsoft SQL Server, MySQL, PostgreSQL, and Sqlite. written in C# supporting dynamic query building and nesting using expressions. Refer to other DatabaseWrapper packages if you only need support for one database type.

WatsonORM.SqlServer

WatsonORM is a lightweight and easy to use object-relational mapper (ORM) for SQL Server in C# for .NET Core, .NET Framework, and .NET Standard built on top of DatabaseWrapper. Refer to other WatsonORM packages if you need support for other database types.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.7 27 3/27/2024
6.0.6 1,212 10/4/2023
6.0.5 1,675 8/29/2023
6.0.3 3,586 7/11/2023
6.0.2 813 7/11/2023
6.0.1 751 7/11/2023
6.0.0 745 7/11/2023
5.0.2 3,130 2/2/2023
5.0.1 259 2/2/2023
5.0.0 3,816 10/25/2022
4.1.5 5,921 8/29/2022
4.1.3 3,120 6/21/2022
4.1.2 1,849 5/27/2022
4.1.1 408 5/27/2022
4.0.0.1 2,988 12/31/2021
4.0.0 1,000 12/31/2021
3.3.2.3 1,106 12/22/2021
3.3.2.1 2,470 11/20/2021
3.3.2 1,587 11/19/2021
3.3.1.5 1,641 11/12/2021
3.3.1.4 5,355 6/7/2021
3.3.1.3 1,072 5/6/2021
3.3.1.2 679 4/27/2021
3.3.1.1 4,074 4/14/2021
3.3.1 1,207 4/14/2021
3.3.0 2,475 3/2/2021
3.2.2.17 2,781 2/9/2021
3.2.2.16 8,617 11/28/2020
3.2.2.15 1,303 11/26/2020
3.2.2.12 1,344 11/25/2020
3.2.2.11 2,263 11/24/2020
3.2.2.10 4,810 11/15/2020
3.2.2.9 2,038 11/10/2020
3.2.2.8 1,996 11/9/2020
3.2.2.6 11,127 10/15/2020
3.2.2.4 2,410 10/5/2020
3.2.2.3 1,694 10/5/2020
3.2.2.1 4,160 9/18/2020
3.2.2 1,695 9/18/2020
3.2.0.5 2,597 9/16/2020
3.2.0.4 2,135 9/16/2020
3.2.0.3 2,309 9/10/2020
3.2.0.2 5,250 9/8/2020
3.2.0.1 2,322 9/8/2020
3.2.0 25,939 7/10/2020
3.1.0.1 6,338 6/11/2020
3.1.0 27,532 6/11/2020
3.0.1.3 493 6/11/2020
3.0.1.1 4,772 6/4/2020
3.0.1 2,275 6/3/2020
3.0.0.2 8,060 5/20/2020
3.0.0 1,642 5/20/2020

Minor breaking changes, moved debug into settings