Gets the FbConnection object associated with the transaction, or a null reference if the transaction is no longer valid.
The FbConnection object associated with the transaction.
A single application may have multiple database connections, each with or without a transaction. This property allow you to know the connection object associated with a specific transaction created by BeginTransaction.
FbTransaction Class | FirebirdSql.Data.Firebird Namespace