upgradeStandaloneSchemas MethodStatic
Upgrades the schemas in the standalone iModel file. Note that the upgrade requires that the file be closed, and will leave it back in the closed state.
upgradeStandaloneSchemas(filePath: string): void
@see - ($docs/learning/backend/IModelDb.md#upgrading-schemas-in-an-imodel)
Parameter | Type | Description |
---|---|---|
filePath | string | Full path name of the standalone iModel file. |
Returns - void
Defined in
- core/backend/src/IModelDb.ts Line 3400
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.