C# Class Catnap.DbCommandFactory

Inheritance: IDbCommandFactory
Afficher le fichier Open project: timscott/catnap Class Usage Examples

Méthodes publiques

Méthode Description
Create ( IDbCommandSpec commandSpec ) : IDbCommand
Create ( IEnumerable parameters, string sql ) : IDbCommand
DbCommandFactory ( IDbAdapter dbAdapter, IDbConnection connection ) : System.Collections.Generic

Method Details

Create() public méthode

public Create ( IDbCommandSpec commandSpec ) : IDbCommand
commandSpec IDbCommandSpec
Résultat IDbCommand

Create() public méthode

public Create ( IEnumerable parameters, string sql ) : IDbCommand
parameters IEnumerable
sql string
Résultat IDbCommand

DbCommandFactory() public méthode

public DbCommandFactory ( IDbAdapter dbAdapter, IDbConnection connection ) : System.Collections.Generic
dbAdapter IDbAdapter
connection IDbConnection
Résultat System.Collections.Generic