Table of Contents

Class LoggedTransaction

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

Constructors

LoggedTransaction(ITransaction, ILogger, TimeSpan?)

public LoggedTransaction(ITransaction inner, ILogger logger, TimeSpan? slowQueryThreshold)

Parameters

inner ITransaction
logger ILogger
slowQueryThreshold TimeSpan?

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()