Class NpgsqlRedbTransaction
PostgreSQL implementation of IRedbTransaction using Npgsql.
Connection-scoped: parent connection automatically uses this transaction.
public class NpgsqlRedbTransaction : IRedbTransaction, IAsyncDisposable
Inheritance
Implements
Properties
Methods
Constructors
NpgsqlRedbTransaction(NpgsqlTransaction, Action)
Create new transaction wrapper.