update Method


update(txn) @beta

Update this Relationship in the iModel using the supplied EditTxn.

update(txn: EditTxn): void

Parameter Type Description
txn EditTxn  

Returns - void



update()

Deprecated  Use Relationship.update(txn) instead, within an explicit EditTxn scope (or via withEditTxn). See EditTxn documentation for migration help.

Update this Relationship in the iModel.

update(): void

Returns - void


Defined in

Last Updated: 20 April, 2026