Transaction Class

A Transaction is a collection of SQL statements that must all execute successfully or not at all.

Methods 2

Name Description
AddQuery

Adds a query to the transaction.

Transaction

Create a new transaction.