|
override void | Dispose (bool disposing) |
|
Definition at line 23 of file DeveelDbTransaction.cs.
Definition at line 28 of file DeveelDbTransaction.cs.
30 throw new ArgumentNullException(
"connection");
DeveelDbConnection connection
IsolationLevel isolationLevel
DeveelDbTransaction Transaction
void Deveel.Data.Client.DeveelDbTransaction.AssertNotFinished |
( |
| ) |
|
|
inlineprivate |
Definition at line 38 of file DeveelDbTransaction.cs.
40 throw new InvalidOperationException(
"The transaction was already finished.");
override void Deveel.Data.Client.DeveelDbTransaction.Commit |
( |
| ) |
|
|
inline |
Definition at line 44 of file DeveelDbTransaction.cs.
48 throw new InvalidOperationException(
"The underlying connection must be opened.");
DeveelDbConnection connection
override ConnectionState State
new DeveelDbConnection Connection
void CommitTransaction(int commitId)
DeveelDbTransaction Transaction
override void Deveel.Data.Client.DeveelDbTransaction.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Definition at line 90 of file DeveelDbTransaction.cs.
DeveelDbConnection connection
override void Dispose(bool disposing)
override void Deveel.Data.Client.DeveelDbTransaction.Rollback |
( |
| ) |
|
|
inline |
Definition at line 60 of file DeveelDbTransaction.cs.
64 throw new InvalidOperationException(
"The underlying connection must be opened.");
DeveelDbConnection connection
override ConnectionState State
new DeveelDbConnection Connection
void RollbackTransaction(int commitId)
DeveelDbTransaction Transaction
bool Deveel.Data.Client.DeveelDbTransaction.finished |
|
private |
int Deveel.Data.Client.DeveelDbTransaction.CommitId |
|
getprivate setpackage |
override DbConnection Deveel.Data.Client.DeveelDbTransaction.DbConnection |
|
getprotected |
override IsolationLevel Deveel.Data.Client.DeveelDbTransaction.IsolationLevel |
|
get |
The documentation for this class was generated from the following file: