C# Class WeenyMapper.QueryExecution.InMemory.InMemoryTransactionScope

Inheritance: TransactionScope
Afficher le fichier Open project: erikojebo/WeenyMapper Class Usage Examples

Méthodes publiques

Méthode Description
Commit ( ) : void
Dispose ( ) : void
InMemoryTransactionScope ( InMemoryDatabase inMemoryDatabase )
Rollback ( ) : void

Method Details

Commit() public méthode

public Commit ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InMemoryTransactionScope() public méthode

public InMemoryTransactionScope ( InMemoryDatabase inMemoryDatabase )
inMemoryDatabase InMemoryDatabase

Rollback() public méthode

public Rollback ( ) : void
Résultat void