Catnap.DbCommandFactory.DbCommandFactory C# (CSharp) Method

DbCommandFactory() public method

public DbCommandFactory ( IDbAdapter dbAdapter, IDbConnection connection ) : System.Collections.Generic
dbAdapter IDbAdapter
connection IDbConnection
return System.Collections.Generic
        public DbCommandFactory(IDbAdapter dbAdapter, IDbConnection connection)
        {
            this.dbAdapter = dbAdapter;
            this.connection = connection;
        }