C# Class WeenyMapper.Specs.Sql.TestDbConnection

Inheritance: System.Data.Common.DbConnection
Afficher le fichier Open project: erikojebo/WeenyMapper Class Usage Examples

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

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