예제 #1
0
 public DBCommand(ConnectionPool pool, int timeoutSec = 60)
 {
     _pool          = pool;
     _isAsync       = false;
     CommandTimeout = timeoutSec;
 }
예제 #2
0
 public DBCommand(ConnectionPool pool, int timeoutSec = 60)
 {
     _pool = pool;
     _isAsync = false;
     CommandTimeout = timeoutSec;
 }