C# Class NLite.Data.TransactionWrapper

Inheritance: System.Data.Common.DbTransaction
Afficher le fichier Open project: netcasewqs/elinq Class Usage Examples

Méthodes publiques

Méthode Description
Commit ( ) : void
Enlist ( IDbCommand command ) : void
Rollback ( ) : void
TransactionWrapper ( DbConnectionWrapper connection, DbTransaction tran ) : System.Data

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Commit() public méthode

public Commit ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Enlist() public méthode

public Enlist ( IDbCommand command ) : void
command IDbCommand
Résultat void

Rollback() public méthode

public Rollback ( ) : void
Résultat void

TransactionWrapper() public méthode

public TransactionWrapper ( DbConnectionWrapper connection, DbTransaction tran ) : System.Data
connection DbConnectionWrapper
tran System.Data.Common.DbTransaction
Résultat System.Data