EasyQuery.Mvc.Scaffolding
3.7.3.16
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}
Install-Package EasyQuery.Mvc.Scaffolding -Version 3.7.3.16
dotnet add package EasyQuery.Mvc.Scaffolding --version 3.7.3.16
<PackageReference Include="EasyQuery.Mvc.Scaffolding" Version="3.7.3.16" />
paket add EasyQuery.Mvc.Scaffolding --version 3.7.3.16
#r "nuget: EasyQuery.Mvc.Scaffolding, 3.7.3.16"
Dependencies
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.