AseTransaction Class

Represents a SQL transaction.

Base classes

Object

Implements

IDbTransaction

Usage

  • There is no constructor for AseTransaction. To obtain an AseTransaction object, use the AseConnection.BeginTransaction() method.

  • To associate a command with a transaction, use the AseCommand.Transaction property.

Related concepts
Transaction Processing
Related tasks
Inserting, Updating, and Deleting Rows using the AseCommand Object
Related reference
BeginTransaction Method