Connection Property (PgSqlTransaction)
Gets the
PgSqlConnection object associated with the transaction, or a null reference (
Nothing in Visual Basic) if the transaction is no longer valid.
'Declaration
Public Shadows ReadOnly Property Connection As PgSqlConnection
Property Value
The
PgSqlConnection object associated with the transaction.