コード例 #1
0
 public PooledCommand(PooledConnection pooledConnection)
 {
     _dbCommand        = pooledConnection.CreateCommand();
     _pooledConnection = pooledConnection;
 }
コード例 #2
0
 public PooledCommand(PooledConnection pooledConnection)
 {
     _odbcCommand      = (OdbcCommand)pooledConnection.CreateCommand();
     _pooledConnection = pooledConnection;
 }