Begins a database transaction with the specified isolation level.
A NpgsqlTransaction object representing the new transaction.
Currently the IsolationLevel ReadCommitted and Serializable are supported by the PostgreSQL backend. There's no support for nested transactions.
NpgsqlConnection Class | Npgsql Namespace | NpgsqlConnection.BeginTransaction Overload List