20 results for "$s/use-cases/$s/@tag:connection"

Connect to your database

/getting-started/from-sample-to-your-own-project/connect-to-your-database

This article describes how to modify our sample project to make it work with your own database instead of Northwind DB used by default.

Using EqMvcDemoEF sample with your own DB context

/getting-started/sample-mvc-entity-framework-new-dbcontext

This article contains a brief instruction how to modify EqMvcDemoEF sample project to make it work with your own context class

Using MS SQL instead of Access in WebDemo sample project

/getting-started/sample-webforms-change-to-mssql

In this article, you will find the detailed instructions how to modify WebDemoCS or WebDemoAjaxCS to make it work with SQL Server instead of Access

EasyQuery ASP.NET - using jQuery widgets on WebForms project

/getting-started/sample-webforms-javascript-webservice

In this article, you can find the instructions how to replace native WebForms with our jQuery widgets, with extract examples

DbGate class

/api-reference-5x/korzh-easyquery-db-namespace/dbgate-class

Represents base class which allows to get DB structure information availble for some connection

DbGate class

/api-reference-4x/korzh-easyquery-db-namespace/dbgate-class

Represents base class which allows to get DB structure information availble for some connection

DbGate class

/api-reference/korzh-easyquery-db/korzh-easyquery-db-namespace/dbgate-class

Represents base class which allows to get DB structure information availble for some connection

NpgSqlGate class

/api-reference-5x/korzh-easyquery-dbgates-namespace/npgsqlgate-class

Represents DbGate implementation for NpgSql databases

Working with data models in EasyQuery

/getting-started/working-with-data-model

This article will guide you through all issues about working with data models in EasyQuery library. How to load it from the DbContext or from your DB connection, or now to create a new one using Data Model Editor.

Building dynamic queries with EasyQuery and Entity Framework

/tutorials/dynamic-queries-with-easyquery-and-entity-framework

Here we describe how EasyQuery helps to implement a query building UI for creating custom, dynamic queries in .NET projects which use Entity Framework (6.x)

Add query builder page from our MVC sample project in your own app

/how-to/mvc-query-builder-view-in-your-app

This article described how to set up an advanced search page in your web-application using EqMvcDemoDB project as a template.

Getting started for EasyQuery ASP.NET MVC

/getting-started/version-3-x/asp-net-mvc

This article will guide you through all steps necessary to apply EasyQuery ASP.NET to MVC web application

MySqlGate class

/api-reference-5x/korzh-easyquery-dbgates-namespace/mysqlgate-class

Represents DbGate implementation for MySqlGate databases

Version 5.3 + EasyQuery.JS 6.0 release notes

/release-notes/version-5-3

The biggest change in this release is a new major update (version 6.0) of JavaScript library (EasyQuery.JS) used with ASP.NET or ASP.NET Core editions of EasyQuery. Version 5.3 of EasyQuery contains rather small improvements in the core libraries and all .NET editions. Community edition packages include @easyquery/core , @easyquery/ui . All license owners of EasyQuery for ASP.NET or EasyQuery for ASP.NET Core automatically got a license for EasyQuery.JS as well. to set your key, now for ASP.NET Core edition it will be Respectively, you should use Korzh.EasyQuery.AspNet...

SqLiteGate class

/api-reference-5x/korzh-easyquery-dbgates-namespace/sqlitegate-class

Represents [Korzh.EasyQuery.Db.DbGate](api-reference-5x/korzh-easyquery-db-namespace/dbgate-class) implementation for SQLite databases

Data Model

/fundamentals/data-model

In short (and by its name), data model - is a model (representation) of some data stored in your database. It solves two major problems: Presents the data to the end user in a more friendly and familiar way. Contains some meta information that helps EasyQuery components to build query statements in SQL or other query languages. Any data model contains the following main sections:

OdbcGate class

/api-reference-5x/korzh-easyquery-dbgates-namespace/odbcgate-class

Represents [Korzh.EasyQuery.Db.DbGate](api-reference-5x/korzh-easyquery-db-namespace/dbgate-class) implementation for ODBC connection