Disposes the transaction when disposed.
public abstract class DbTransactionDisposer : IAsyncDisposable, IDisposable
name | description |
---|---|
abstract Dispose() | Disposes the transaction. |
abstract DisposeAsync() | Disposes the transaction. |
name | description |
---|---|
DbTransactionDisposer() | The default constructor. |