ecInstanceId
GetterReadOnly
Row ID from ec_Schema. Matches ECInstanceId in ECDbMeta views, e.g.
SELECT * FROM meta.ECSchemaDef WHERE ECInstanceId = ?.
This is not an array index or internal handle - it is the database row ID from the ec_Schema table, carried through the binary blob so consumers can fall back to ECSQL meta-queries for data not included in the schema view (custom attributes, schema references, etc.).
ecInstanceId: number
Returns - number
Defined in
- ecschema-metadata/src/SchemaView.ts Line 373
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.