20 results for "fundamentals/$s/@tag:fields"

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

DbExprTag class

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

Contains several constants for db-related expressions tags values

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.)

DbExprTag class

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

Contains several constants for db-related expressions tags values

ExprTag class

/api-reference-5x/korzh-easyquery-namespace/exprtag-class

Contains several constant definitions for expressions tag

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

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

ExprTag class

/api-reference/korzh-easyquery/korzh-easyquery-namespace/exprtag-class

Contains several constant definitions for expressions tag

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'")

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: