AFDatabase.ApplyChanges Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method applies (saves) the changes to modified objects in the database and makes those changes
available to other applications executing under the same user account.
Overload List
| Name | Description | |
|---|---|---|
| ApplyChanges |
This method applies (saves) all the changes to objects modified by the current user in the database and
makes those changes available to other applications executing under the same user account.
| |
| ApplyChanges(AFCheckedOutMode) |
This method applies (saves) the changes to objects in the database according to the specified
AFCheckedOutMode and makes those changes available to other applications executing under
the same user account.
|