Korzh.EasyQuery.Core
3.7.2
This package contains the main modules of EasyQuery (https://korzh.com/easyquery) library for 3.x. However, since version 4.0 these modules were split into several different packages (Korzh.EasyQuery, Korzh.EasyQuery.Db, Korzh.EasyQuery.AspNet4, etc), so it's strongly recommended to use those packages instead of this one.
See the version list below for details.
dotnet add package Korzh.EasyQuery.Core --version 3.7.2
NuGet\Install-Package Korzh.EasyQuery.Core -Version 3.7.2
<PackageReference Include="Korzh.EasyQuery.Core" Version="3.7.2" />
paket add Korzh.EasyQuery.Core --version 3.7.2
#r "nuget: Korzh.EasyQuery.Core, 3.7.2"
// Install Korzh.EasyQuery.Core as a Cake Addin #addin nuget:?package=Korzh.EasyQuery.Core&version=3.7.2 // Install Korzh.EasyQuery.Core as a Cake Tool #tool nuget:?package=Korzh.EasyQuery.Core&version=3.7.2
EasyQuery components allows you to implement user-friendl query builder in your .NET application.
It will be quite helpful if you need a form for advanced search or some filtering functionality for your CRUD views. Users do not need to know about your database design, tables, joins, etc - all queries are constructed visually simply by assembling a phrase in natural language.
EasyQuery can generate queries for different query languages (SQL, Entity SQL, Linq, Filter expression) and all popular databases (SQL Server, MySQL, Oracle, Access, Postgre SQL, etc).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.