20 results for "$s/@tag:tables"

Table class

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

Table class represents one table in a [Korzh.EasyQuery.Db.DbModel](api-reference-4x/korzh-easyquery-db-namespace/dbmodel-class) object

Table class

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

Table class represents one table in a [Korzh.EasyQuery.Db.DbModel](api-reference-5x/korzh-easyquery-db-namespace/dbmodel-class) object

Table class

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

Table class represents one table in a [Korzh.EasyQuery.Db.DbModel](api-reference/korzh-easyquery-db/korzh-easyquery-db-namespace/dbmodel-class) object

Query with table joins

/tutorials/query-with-table-joins

An example of query which require to define a table join(s) in case of using SQL. It's much more simple with EasyQuery.

Tables and links page

/data-model-editor/tables-links-page

Learn how to work with tables and links within your Data Model, change and edit them.

Working with table aliases

/data-model-editor/working-with-aliases

In this article, we provide all the information needed to use aliases properly. There is an explanation, what for aliases are in the DME and an example of using it.

Simple query over one table

/tutorials/query-over-one-table

How to build a simple query with 1-2 conditions over one table (entity)

TableList class

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

Represents list of the [Korzh.EasyQuery.Db.Table](api-reference/korzh-easyquery-db/korzh-easyquery-db-namespace/table-class) objects.

TableList class

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

Represents list of the [Korzh.EasyQuery.Db.Table](api-reference-5x/korzh-easyquery-db-namespace/table-class) objects.

TableList class

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

Represents list of the [Korzh.EasyQuery.Db.Table](api-reference-4x/korzh-easyquery-db-namespace/table-class) objects.

DbTable class

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

Represents one table in [Korzh.EasyQuery.Db.DbModel](api-reference-5x/korzh-easyquery-db-namespace/dbmodel-class) object which corresponds to some database table

DbTable class

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

Represents one table in [Korzh.EasyQuery.Db.DbModel](api-reference/korzh-easyquery-db/korzh-easyquery-db-namespace/dbmodel-class) object which corresponds to some database table

DbModel class

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

Database-related implementation of [Korzh.EasyQuery.DataModel](api-reference-5x/korzh-easyquery-namespace/datamodel-class) class. In addition to the basic data it contains also list of database tables and the links between them.

VirtualTable class

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

Represents a virtual table. Virtual tables do not correpond to some table in database but are defined through some SQL SELECT statement instead.

DbTable class

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

Represents one table in [Korzh.EasyQuery.Db.DbModel](api-reference-4x/korzh-easyquery-db-namespace/dbmodel-class) object which corresponds to some database table

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:

DbModel class

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

Database-related implementation of [Korzh.EasyQuery.DataModel](api-reference-4x/korzh-easyquery-namespace/datamodel-class) class. In addition to the basic data it contains also list of database tables and the links between them.