Class CountedTransaction
public sealed class CountedTransaction : CountedDatabase, ITransaction, IDatabase, IDisposable
- Inheritance
-
CountedTransaction
- Implements
- Inherited Members
-
CountedDatabase.BulkExecuteAsync(string, TimeSpan?, CancellationToken, IReadOnlyList<DbParameter[]>)
- Extension Methods
Constructors
CountedTransaction(ITransaction, IValue<int>)
public CountedTransaction(ITransaction inner, IValue<int> count)
Parameters
innerITransactioncountIValue<int>
Methods
Commit()
Commit the built-up transaction
public void Commit()
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()