SQLiteConnection - BeginTransaction

 

Short-Description

Begins a database transaction.

Returns an object identifying the transaction

 

Description

Once the transaction has completed, you must explicitly commit or roll back the transaction by using the System.Data.IDbTransaction.Commit or System.Data.IDbTransaction.Rollback methods.