C# Class Deveel.Data.Client.DeveelDbTransaction

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

Private Properties

Свойство Type Description
AssertOpen void
DeveelDbTransaction System
IsOpen bool

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AssertOpen ( ) : void
DeveelDbTransaction ( DeveelDbConnection connection, IsolationLevel isolationLevel, int commitId ) : System
IsOpen ( DeveelDbException &error ) : bool

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

Rollback() public méthode

public Rollback ( ) : void
Résultat void