C# Class WeenyMapper.QueryExecution.InMemory.InMemoryTransactionScope

Inheritance: TransactionScope
Exibir arquivo Open project: erikojebo/WeenyMapper Class Usage Examples

Public Methods

Method Description
Commit ( ) : void
Dispose ( ) : void
InMemoryTransactionScope ( InMemoryDatabase inMemoryDatabase )
Rollback ( ) : void

Method Details

Commit() public method

public Commit ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

InMemoryTransactionScope() public method

public InMemoryTransactionScope ( InMemoryDatabase inMemoryDatabase )
inMemoryDatabase InMemoryDatabase

Rollback() public method

public Rollback ( ) : void
return void