OpenAccessTransaction Object
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
The OpenAccessTransaction object implements the IDBTransaction interface as specified in the .NET Framework.
The following table provides the methods used by the OpenAccessTransaction object to support savepoints. For information about other properties and methods supported, refer to the .NET Client’s online help and the Microsoft .NET Framework SDK documentation.
Methods of the OpenAccessTransaction Object
| Method | Description |
| Save | Specifies the savepoint name, and creates a savepoint in the transaction that can be used to roll back a portion of the transaction. |
| Rollback(String) | Rolls back the specified transaction to a savepoint from a pending state. |