saveChanges Method
Commit pending changes to this iModel.
saveChanges(description?: string): void
note If this IModelDb is a briefcase that is synchronized with iModelHub, then you must call ConcurrencyControl.request before attempting to save changes.
throws IModelError if there is a problem saving changes or if there are pending, un-processed lock or code requests.
Parameter | Type | Description |
---|---|---|
description | string | Optional description of the changes |
Defined in
- core/backend/src/IModelDb.ts Line 720
Last Updated: 25 February, 2021