AFDatabase.CheckIn Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method checks in (commits) changes to modified objects in the database by
saving their information to persistent storage.
Overload List
| Name | Description | |
|---|---|---|
| CheckIn |
This method checks in (commits) all the changes to all objects modified by the current user
in the database by saving all information to persistent storage.
| |
| CheckIn(AFCheckedOutMode) |
This method checks in (commits) all the changes to the objects in the database
according to the specified AFCheckedOutMode.
|