processSchemas Method
Cause all schemas to be exported from the source iModel and imported into the target iModel.
processSchemas(): Promise<void>
@note For performance reasons, it is recommended that IModelDb.saveChanges be called after processSchemas
is complete.
It is more efficient to process data changes after the schema changes have been saved.
Returns - Promise
Defined in
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.