Firebird ADO.NET Provider SDK Documentation - v1.7

FbTransaction.Connection Property

Gets the FbConnection object associated with the transaction, or a null reference if the transaction is no longer valid.

[Visual Basic]
Public ReadOnly Property Connection As FbConnection
[C#]
public FbConnection Connection {get;}

Property Value

The FbConnection object associated with the transaction.

Remarks

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.

See Also

FbTransaction Class | FirebirdSql.Data.Firebird Namespace