ITransactionalStorage Interface |
Namespace: VDS.RDF.Storage
The ITransactionalStorage type exposes the following members.
| Name | Description | |
|---|---|---|
| Begin |
Begins a transaction.
| |
| Commit |
Commits a transaction.
| |
| Rollback |
Rolls back a transaction.
|
It is up to the implementation whether transactions are per-thread or global and how transactions interact with operations performed on the storage provider. Please see individual implementations for notes on how transactions are implemented.