SqliteCommittable Class
The implementation with Sqlite.
C#
public sealed class SqliteCommittable : Committable
- Inheritance
-
Sqlite
Committable
- Implements
Constructors
Sqlite |
The implementation with Sqlite. |
Methods
Commit() |
Description copied from interface: Committable
|
Dispose() | |
Rollback() |
Description copied from interface: Committable
|
Equals(object) | (Inherited from object) |
GetHashCode() | (Inherited from object) |
GetType() | (Inherited from object) |
MemberwiseClone() | (Inherited from object) |
ToString() | (Inherited from object) |
Constructors Detail
SqliteCommittable(SqliteTransaction)
The implementation with Sqlite.
C#
public SqliteCommittable(SqliteTransaction transaction)
Parameters
- transaction
-
Sqlite
Transaction
The Sqlite's transaction.
Methods Detail
Commit()
Description copied from interface: Committable
Applies the changes made in the transaction.
C#
public void Commit()
Implements
Dispose()
C#
public void Dispose()
Implements
Rollback()
Description copied from interface: Committable
Reverts the changes made in the transaction.
C#
public void Rollback()