ECDbOpenMode Enumeration
Modes for how to open ECDb files.
Members
Name | Value | Description |
---|---|---|
Readonly | 0 | |
ReadWrite | 1 | |
FileUpgrade | 2 | Opens the file read-write and upgrades the file if necessary to the latest file format version. |
Defined in
- backend/src/ECDb.ts Line 22
Last Updated: 20 June, 2023