ChangedValueState Enumeration
The enum represents the values for the ChangedValueState argument of the ECSQL function Changes. The enum can be used when programmatically binding values to the ChangedValueState argument in an ECSQL using the Changes ECSQL function.
See also
Members
Name | Value | Description |
---|---|---|
AfterInsert | ||
AfterUpdate | ||
BeforeDelete | ||
BeforeUpdate |
Defined in
- core/common/src/ECSqlTypes.ts Line 90
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.