C# Class WeenyMapper.Specs.Sql.TestDbCommandFactory

Inheritance: WeenyMapper.Sql.DbCommandFactoryBase
Afficher le fichier Open project: erikojebo/WeenyMapper Class Usage Examples

Méthodes publiques

Méthode Description
CreateParameter ( string name, object value ) : DbParameter
TestDbCommandFactory ( string connectionString ) : System.Data.Common

Méthodes protégées

Méthode Description
CreateNewCommand ( string commandText ) : DbCommand
CreateNewConnection ( string connectionString ) : DbConnection

Method Details

CreateNewCommand() protected méthode

protected CreateNewCommand ( string commandText ) : DbCommand
commandText string
Résultat System.Data.Common.DbCommand

CreateNewConnection() protected méthode

protected CreateNewConnection ( string connectionString ) : DbConnection
connectionString string
Résultat System.Data.Common.DbConnection

CreateParameter() public méthode

public CreateParameter ( string name, object value ) : DbParameter
name string
value object
Résultat System.Data.Common.DbParameter

TestDbCommandFactory() public méthode

public TestDbCommandFactory ( string connectionString ) : System.Data.Common
connectionString string
Résultat System.Data.Common