Table of Contents
EasyQuery
Getting started
Release notes
How to
Common tasks
Windows Forms
ASP.NET WebForms
ASP.NET MVC
API
EasyQuery JavaScript
Data Model Editor
The section is under construction. Sorry for inconvenience
EasyQuery
Getting started
Understanding data model
Creating new model using Data Model Editor
Getting started for ASP.NET MVC
Getting started for ASP.NET WebForms
Getting started for Windows Forms
Getting started for WPF
Getting started for Silverlight
Using EqMvcDemoEF sample with your own DB context
Release notes
New in EasyQuery version 3.0
Upgrade instructions: from version 2.x of EasyQuery to version 3.x
New in EasyQuery ASP.NET version 3.4
New in EasyQuery ASP.NET version 3.5
New in EasyQuery ASP.NET version 3.6
How to
Common tasks
The following instructions can be applied to any edition of EasyQuery
Introduction to value editors
Localization of query builder's UI
HAVING and GROUP BY clauses in generated query
User-friendly names for tables
Building data model dynamically by information from DataTable
Building data model dynamically by code
Building data model dynamically by DB meta-information
Add columns and conditions by code
Add extra condition to your query
Create a query with sub-query by code
Navigate through query conditions
Navigate through data model entities and attributes
Generating queries for 2 or more databases
Adding new operator into your data model
Creating virtual (calculated) attribute in you model
Windows Forms
How to setup custom value editor for some attribute
How to replace "value" element in QueryPanel's conditions
Dynamically populating lists by information from other conditions (WinForms)
ASP.NET WebForms
How to modify WebDemo sample project to make it work with SQL instead Access
Dynamically populating lists by information from other conditions (WebForms)
Using EasyQuery widgets in WebForms project
ASP.NET MVC
How to copy the "Query Builder" view page from our MVC sample project in your own app
How to add a column with the same attribute as in newly added condition
Processing custom value editors in EasyQuery JS
Localization of EasyQuery widgets
How to save/load queries to/from database
How to remove "Powered by.." link
API
Here we placed the articles related to the versions 3.x of the product. If you use more recent version
please see the documentation here
EasyQuery Core API reference
EasyQuery ASP.NET API reference
EasyQuery WinForms API reference
EasyQuery WPF API reference
EasyQuery Silverlight API reference
EasyQuery JavaScript
Here we placed the articles related to the versions 3.x of the product. If you use more recent version
please see the documentation here
Basic issues
EQ.core namespace
EQ.client namespace
QueryPanel widget
ColumnsPanel widget
EntitiesPanel widget
Data Model Editor
About Data Model Editor
Tables and links page
Working with aliases
Edit link dialog
Entities page
Operators page
Value Editors