EasyQuery.Mvc.Scaffolding by Korzh.com

<PackageReference Include="EasyQuery.Mvc.Scaffolding" Version="3.6.0" />

 EasyQuery.Mvc.Scaffolding 3.6.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}

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>EasyQuery.Mvc.Scaffolding</id>
    <version>3.6.0</version>
    <authors>Korzh.com</authors>
    <owners>Korzh.com</owners>
    <licenseUrl>http://devtools.korzh.com/easyquery/asp-net/license/ce/</licenseUrl>
    <projectUrl>http://devtools.korzh.com/easyquery/asp-net/</projectUrl>
    <iconUrl>http://devtools.korzh.com/images/korzh-logo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>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&gt; Scaffold EasyQuery.MvcController {ControllerName} -ConnectionName {ConnectionName}
	  or
      PM&gt; Scaffold EasyQuery.MvcController {ControllerName} -DbContext {DbContextName}</description>
    <summary>Use EasyQuery to provide a friendly user interface for advanced search and filtration of data in your applications. This package also supports Scaffold commands to quickly add an "advanced search" form to your MVC application.</summary>
    <copyright>Korzh.com 2013-2015</copyright>
    <tags>database query search filtering</tags>
    <dependencies>
      <dependency id="T4Scaffolding" />
    </dependencies>
  </metadata>
</package>