ecInstanceId
GetterReadOnly
Row ID from ec_Property. Matches ECInstanceId in ECDbMeta views, e.g.
SELECT * FROM meta.ECPropertyDef WHERE ECInstanceId = ?.
Stored per-reference (not per-definition) because each class-property pair has a unique ec_Property row even when the structural definition is deduplicated.
ecInstanceId: number
Returns - number
Defined in
- ecschema-metadata/src/SchemaView.ts Line 691
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.