saveChanges Method
Commit the outermost transaction, writing changes to the file. Then, restart the transaction.
saveChanges(changesetName?: string): void
@throws IModelError if the database is not open or if the operation failed.
| Parameter | Type | Description |
|---|---|---|
| changesetName | string | The name of the operation that generated these changes. |
Returns - void
Defined in
- core/backend/src/ECDb.ts Line 140
Last Updated: 05 February, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.