AFDatabase.ApplyChanges Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.
|