C# Class DbCommandExecutorFactory, DataCommander

Afficher le fichier Open project: csbernath/DataCommander Class Usage Examples

Méthodes publiques

Méthode Description
Create ( DbConnection, connection ) : IDbCommandAsyncExecutor
Create ( IDbConnection connection ) : IDbCommandExecutor

Method Details

Create() public static méthode

public static Create ( DbConnection, connection ) : IDbCommandAsyncExecutor
connection DbConnection,
Résultat IDbCommandAsyncExecutor

Create() public static méthode

public static Create ( IDbConnection connection ) : IDbCommandExecutor
connection IDbConnection
Résultat IDbCommandExecutor