Npgsql API Docs

NpgsqlTransaction.Connection Property

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

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

Property Value

The NpgsqlConnection object associated with the transaction.

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlTransaction.Connection

See Also

NpgsqlTransaction Class | Npgsql Namespace