Class DuckDBTransaction
- Inheritance
-
Duck
DBTransaction
- Implements
- Inherited Members
Constructors
DuckDBTransaction(DuckDBConnection, IsolationLevel)
Parameters
connection
DuckDBConnection isolationLevel
IsolationLevel
Properties
DbConnection
When overridden in a derived class, gets the Db
Property Value
- Db
Connection The Db
Connection object associated with the transaction.
IsolationLevel
When overridden in a derived class, gets the isolation level for this transaction.
Property Value
- Isolation
Level The isolation level for this transaction.
Methods
Commit()
When overridden in a derived class, commits the database transaction.
Dispose(bool)
Releases the unmanaged resources used by the Db
Parameters
disposing
boolIf true, this method releases all resources held by any managed objects that this Db
Transaction references.
Rollback()
When overridden in a derived class, rolls back a transaction from a pending state.