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
Members
Name | Value | Description |
---|---|---|
Insert | 1 | |
Update | 2 | |
Delete | 4 |
Defined in
- core/common/src/ECSqlTypes.ts Line 71
Last Updated: 15 June, 2021