ECDbOpenMode Enumeration
Modes for how to open ECDb files.
Members
| Name | Value | Description |
|---|---|---|
| FileUpgrade | Opens the file read-write and upgrades the file if necessary to the latest file format version. | |
| Readonly | ||
| ReadWrite |
Defined in
- core/backend/src/ECDb.ts Line 23
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.