Exemplo n.º 1
0
 public DBCommand(ConnectionPool pool, int timeoutSec = 60)
 {
     _pool          = pool;
     _isAsync       = false;
     CommandTimeout = timeoutSec;
 }
Exemplo n.º 2
0
 public DBCommand(ConnectionPool pool, int timeoutSec = 60)
 {
     _pool = pool;
     _isAsync = false;
     CommandTimeout = timeoutSec;
 }