saveChanges Method

Save changes with additional arguments.

saveChanges(args?: string | SaveChangesArgs): void

@throws EditTxnError if this EditTxn is not active.

@throws IModelError if the iModel is readonly, if indirect changes are active, or if the native save fails.

Parameter Type Description
args string | SaveChangesArgs Save changes arguments.

Returns - void

Defined in

Last Updated: 28 April, 2026