Info
Version: | 3.7.3.16 |
Author(s): | Korzh.com |
Last Update: | Tuesday, August 23, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://devtools.korzh.com/easyquery/asp-net/ |
NuGet Url: | https://www.nuget.org/packages/EasyQuery.Mvc.Scaffolding |
Install
Install-Package EasyQuery.Mvc.Scaffolding
dotnet add package EasyQuery.Mvc.Scaffolding
paket add EasyQuery.Mvc.Scaffolding
EasyQuery.Mvc.Scaffolding Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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}.