WebApi.ActiveQueryBuilder
1.1.6
See the version list below for details.
dotnet add package WebApi.ActiveQueryBuilder --version 1.1.6
NuGet\Install-Package WebApi.ActiveQueryBuilder -Version 1.1.6
<PackageReference Include="WebApi.ActiveQueryBuilder" Version="1.1.6" />
paket add WebApi.ActiveQueryBuilder --version 1.1.6
#r "nuget: WebApi.ActiveQueryBuilder, 1.1.6"
// Install WebApi.ActiveQueryBuilder as a Cake Addin #addin nuget:?package=WebApi.ActiveQueryBuilder&version=1.1.6 // Install WebApi.ActiveQueryBuilder as a Cake Tool #tool nuget:?package=WebApi.ActiveQueryBuilder&version=1.1.6
Transforms the given SQL query according to the commands provided in this request. You can add constraints, hide some of the resultset columns, chang sorting or limit rows of resultset. All transformations are performed according to the SQL syntax and database schema provided through the registered account at https://webapi.activequerybuilder.com/ identified by the given unique identifier. All transformations can only lead to reorganization or limitation of the resultset data. This means that it's impossible to get transformed SQL that reveals any other data than the data retutned by original query.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.JSON (>= 8.0.2)
- RestSharp (>= 105.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.