Qb.Net
0.11.3
QueryBuilder allows you to create queries against a database, describing them as an object, without using tools such as LinqToSql, ORM, etc. and generate their SQL code in the syntax of the DBMS used
Install-Package Qb.Net -Version 0.11.3
dotnet add package Qb.Net --version 0.11.3
<PackageReference Include="Qb.Net" Version="0.11.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Qb.Net --version 0.11.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5.1
- No dependencies.
-
.NETStandard 2.0
- System.Data.SqlClient (>= 4.4.0)
GitHub Usage
This package is not used by any popular GitHub repositories.