Identifies the AseConnection object associated with the transaction, or a null reference (“Nothing” in Visual Basic) if the transaction is no longer valid.
AseConnection Connection
Read-only
A single application can have multiple database connections, each with 0 or 1 transactions. This property allows you to determine the connection object associated with a particular transaction created by BeginTransaction.