20 results for "$s/@tag:field-to-field"

How to make a field to field comparison

/how-to/field-to-field-comparison

The instructions on how to add a condition which compares a field against another field instead of constant value.

Entities page

/data-model-editor/entities-page

This page describes entities participating in the data model and their attributes.

DbFieldInfo class

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

Represents a structure that contains information about some table field

LinkCondType enum

/api-reference-4x/korzh-easyquery-db-namespace/linkcondtype-enum

Represents the type of linking condition (field-to-field, field-to-expression, etc.)

LinkCondType enum

/api-reference-5x/korzh-easyquery-db-namespace/linkcondtype-enum

Represents the type of linking condition (field-to-field, field-to-expression, etc.)

LinkCondType enum

/api-reference/korzh-easyquery-db/korzh-easyquery-db-namespace/linkcondtype-enum

Represents the type of linking condition (field-to-field, field-to-expression, etc.)

DbFieldInfo class

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

Represents a structure that contains information about some table field

DbFieldInfo class

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

Represents a structure that contains information about some table field

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:

How to show descriptive texts in some column instead of numeric values

/how-to/descriptive-texts-in-column-instead-numeric-values

How to show some descriptive texts for some column in result set instead of actual numeric values stored in DB

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.

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-5x/korzh-easyquery-db-namespace/dbgate-class

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

Terminology

/fundamentals/terminology

Common terms Database - may refer to any data storage but in most cases we mean some relational database such as MS SQL Server, My SQL, Oracle, etc. Result set - a result of some search request (query). Usually, is presented as tabular data. Query - a search request. Query condition - one of the search terms (for example: "Customer name starts with 'A'")

OrderByStyles enum

/api-reference-5x/korzh-easyquery-namespace/orderbystyles-enum

Represents the way fields appear in ORDER BY clause

OrderByStyles enum

/api-reference-4x/korzh-easyquery-namespace/orderbystyles-enum

Represents the way fields appear in ORDER BY clause