DbDataType

Description

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

It is used by the following properties and methods:

Available Values

Value Brief description
0 NoData. No data.
1 String. String data.
2 Integer. Integer values.
3 Float. Real values.
4 DateTime. Date and time.
5 Blob. Array of binary or character data.
6 Boolean. Logical values.
7 Date. Date without time.
8 Decimal. High accuracy decimal values.

See also:

Dal Assembly Enumerations