Table of Contents

Class CountedTransaction

Namespace
The.SQL
Assembly
Instagile.dll
public sealed class CountedTransaction : CountedDatabase, ITransaction, IDatabase, IDisposable
Inheritance
CountedTransaction
Implements
Inherited Members
Extension Methods

Constructors

CountedTransaction(ITransaction, IValue<int>)

public CountedTransaction(ITransaction inner, IValue<int> count)

Parameters

inner ITransaction
count IValue<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()