WebApi.ActiveQueryBuilder
1.1.2
See the version list below for details.
dotnet add package WebApi.ActiveQueryBuilder --version 1.1.2
NuGet\Install-Package WebApi.ActiveQueryBuilder -Version 1.1.2
<PackageReference Include="WebApi.ActiveQueryBuilder" Version="1.1.2" />
paket add WebApi.ActiveQueryBuilder --version 1.1.2
#r "nuget: WebApi.ActiveQueryBuilder, 1.1.2"
// Install WebApi.ActiveQueryBuilder as a Cake Addin #addin nuget:?package=WebApi.ActiveQueryBuilder&version=1.1.2 // Install WebApi.ActiveQueryBuilder as a Cake Tool #tool nuget:?package=WebApi.ActiveQueryBuilder&version=1.1.2
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.
Learn more about Target Frameworks and .NET Standard.
-
- 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.