querySchemaVersionNumbers Method
Query the version of a schema of the specified name in this iModel.
querySchemaVersionNumbers(schemaName: string): undefined | ECVersion
@returns the version numbers, or undefined
if the schema has not been imported.
Parameter | Type | Description |
---|---|---|
schemaName | string |
Returns - undefined | ECVersion
the version numbers, or undefined
if the schema has not been imported.
Defined in
- core/backend/src/IModelDb.ts Line 1379
Last Updated: 29 July, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.