getMetaData Method
Get metadata for a class. This method will load the metadata from the iModel into the cache as a side-effect, if necessary.
getMetaData(classFullName: string): EntityMetaData
@throws IModelError if the metadata cannot be found nor loaded.
| Parameter | Type | Description | 
|---|---|---|
| classFullName | string | 
Returns - EntityMetaData
Defined in
- core/backend/src/IModelDb.ts Line 1111
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.