DbDataType

Description

The DbDataType enumeration contains types of the data that are used in the Prognoz platform.

It is used by the following properties and methods:

Available Values

Value Brief description
0 NoData. No data.
1 String. Character data.
2 Integer. Integer values.
3 Float. Real values. Accuracy restriction - 13 places after the comma.
4 DateTime. Date and time.
5 Blob. An array of binary or character data.
6 Boolean. Boolean data.
7 Date. Date without time.
8 Decimal. High accuracy real values.. Accuracy restriction - 27 places after the comma.

See also:

Dal Assembly Enumerations