EasyQuery.Mvc.Scaffolding
3.7.0
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 3.7.0
dotnet add package EasyQuery.Mvc.Scaffolding --version 3.7.0
<PackageReference Include="EasyQuery.Mvc.Scaffolding" Version="3.7.0" />
paket add EasyQuery.Mvc.Scaffolding --version 3.7.0
#r "nuget: EasyQuery.Mvc.Scaffolding, 3.7.0"
// Install EasyQuery.Mvc.Scaffolding as a Cake Addin
#addin nuget:?package=EasyQuery.Mvc.Scaffolding&version=3.7.0
// Install EasyQuery.Mvc.Scaffolding as a Cake Tool
#tool nuget:?package=EasyQuery.Mvc.Scaffolding&version=3.7.0
EasyQuery components add visual query designer in your ASP.NET MVC 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).
This package also supports Scaffold commands to quickly add an "advanced search" form to your MVC application.
Command examples:
PM> Scaffold EasyQuery.MvcController {ControllerName} -ConnectionName {ConnectionName}
or
PM> Scaffold EasyQuery.MvcController {ControllerName} -DbContext {DbContextName}
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.