C# Class MicroLite.Core.Transaction

Inheritance: ITransaction
Afficher le fichier Open project: TrevorPilley/MicroLite Class Usage Examples

Méthodes publiques

Méthode Description
Commit ( ) : void
Dispose ( ) : void
Rollback ( ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
Enlist ( IDbCommand command ) : void
RollbackTransaction ( ) : void
ThrowIfDisposed ( ) : void
ThrowIfNotActive ( ) : void
ThrowIfRolledBackOrCommitted ( ) : void
Transaction ( ISessionBase sessionBase, IsolationLevel isolationLevel ) : System

Initialises a new instance of the Transaction class.

Method Details

Commit() public méthode

public Commit ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Rollback() public méthode

public Rollback ( ) : void
Résultat void