C# Class MicroLite.Tests.TestEntities.MockDbConnectionWrapper

Inheritance: System.Data.Common.DbConnection
Afficher le fichier Open project: TrevorPilley/MicroLite

Méthodes publiques

Méthode Description
ChangeDatabase ( string databaseName ) : void
Close ( ) : void
Open ( ) : void

Méthodes protégées

Méthode Description
BeginDbTransaction ( IsolationLevel isolationLevel ) : DbTransaction
CreateDbCommand ( ) : DbCommand
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
MockDbConnectionWrapper ( IDbConnection connection ) : System

Method Details

BeginDbTransaction() protected méthode

protected BeginDbTransaction ( IsolationLevel isolationLevel ) : DbTransaction
isolationLevel IsolationLevel
Résultat System.Data.Common.DbTransaction

ChangeDatabase() public méthode

public ChangeDatabase ( string databaseName ) : void
databaseName string
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CreateDbCommand() protected méthode

protected CreateDbCommand ( ) : DbCommand
Résultat System.Data.Common.DbCommand

Dispose() protected méthode

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

Open() public méthode

public Open ( ) : void
Résultat void