ECSqlValueType Enumeration
Describes the different data types an ECSQL value can be of. See also ECSQL.
extensions
Members
| Name | Value | Description |
|---|---|---|
| Blob | 1 | |
| Boolean | 2 | |
| DateTime | 3 | |
| Double | 4 | |
| Geometry | 5 | |
| Id | 6 | |
| Int | 7 | |
| Int64 | 8 | |
| Point2d | 9 | |
| Point3d | 10 | |
| String | 11 | |
| Navigation | 12 | |
| Struct | 13 | |
| PrimitiveArray | 14 | |
| StructArray | 15 | |
| Guid | 16 |
Defined in
- core/common/src/ECSqlTypes.ts Line 16
Last Updated: 20 June, 2023