ChangeOpCode Enumeration
Equivalent of the ECEnumeration OpCode in the ECDbChange ECSchema. The enum can be used when programmatically binding values to the InstanceChange.OpCode property of the ECDbChange ECSchema.
See also
extensions
Members
| Name | Value | Description |
|---|---|---|
| Insert | 1 | |
| Update | 2 | |
| Delete | 4 |
Defined in
- core/common/src/ECSqlTypes.ts Line 75
Last Updated: 30 November, 2023