Contents Index AsaRowUpdatingEventHandler delegate Commit method

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference

AsaTransaction class


Description 

Represents a SQL transaction.

Base classes 

Object

Implemented interfaces 

IDbTransaction

Usage 

There is no constructor for AsaTransaction. To obtain an AsaTransaction object, use the AsaConnection.BeginTransaction() method.

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

See also 

BeginTransaction method

Transaction property

Transaction processing

Inserting, updating, and deleting rows using the AsaCommand object


Commit method
Connection property
IsolationLevel property
Rollback method
Save method

Contents Index AsaRowUpdatingEventHandler delegate Commit method