Contents Index Commit method IsolationLevel property

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

Connection property


Description 

The AsaConnection object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.

Syntax 

AsaConnection Connection

Access 

Read-only

Usage 

A single application may have multiple database connections, each with zero or more transactions. This property enables you to determine the connection object associated with a particular transaction created by BeginTransaction.


Contents Index Commit method IsolationLevel property