DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Defines the required features to factory transactions within a relational system. More...
Public Member Functions | |
ITransaction | CreateTransaction (IsolationLevel isolation) |
Creates a new the transaction with the isolation specified. More... | |
Properties | |
TransactionCollection | OpenTransactions [get] |
Gets the collection of currently open transactions. More... | |
Defines the required features to factory transactions within a relational system.
Definition at line 24 of file ITransactionFactory.cs.
ITransaction Deveel.Data.Transactions.ITransactionFactory.CreateTransaction | ( | IsolationLevel | isolation | ) |
Creates a new the transaction with the isolation specified.
isolation | The transaction isolation level. |
Implemented in Deveel.Data.Database.DatabaseTransactionFactory.
|
get |
Gets the collection of currently open transactions.
The open transactions within the underlying system.
Definition at line 31 of file ITransactionFactory.cs.