EasyQuery.Mvc.Scaffolding
1.0.3
This package is obsolete and does not work with the latest versions of EasyQuery. If you want to add some EasyQuery features to your project, please use one of EasyQuery sample projects available on GitHub as a starting point: https://github.com/easyquery/DotNetSamples
See the version list below for details.
Install-Package EasyQuery.Mvc.Scaffolding -Version 1.0.3
dotnet add package EasyQuery.Mvc.Scaffolding --version 1.0.3
<PackageReference Include="EasyQuery.Mvc.Scaffolding" Version="1.0.3" />
paket add EasyQuery.Mvc.Scaffolding --version 1.0.3
#r "nuget: EasyQuery.Mvc.Scaffolding, 1.0.3"
// Install EasyQuery.Mvc.Scaffolding as a Cake Addin
#addin nuget:?package=EasyQuery.Mvc.Scaffolding&version=1.0.3
// Install EasyQuery.Mvc.Scaffolding as a Cake Tool
#tool nuget:?package=EasyQuery.Mvc.Scaffolding&version=1.0.3
EasyQuery components implement a convenient visual query builder in your application and will be a useful addition to any application or website that requires some advanced searching and/or filtering functionality.
Unlike other query builders that require users to have some knowledge about relational database concepts, tables, joins, etc., our query builder components allow you to construct a query visually: simply by assembling a phrase in natural language.
EasyQuery supports different query languages (SQL, Entity SQL, Linq, Filter expression) and all popular databases: SQL Server, MySQL, Oracle, Access, Postgre SQL, etc.
This package also supports Scaffold commands to quickly add an "advanced search" form to your MVC application.
Product | Versions |
---|---|
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.