Click or drag to resize

SQLiteConnectionBeginTransaction Method

Begins a new transaction. Call Commit to end the transaction.

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void BeginTransaction()
Examples
Throws if a transaction has already begun.
See Also