Ejemplo n.º 1
0
 /** Sends the CommandText to the SQLRelayConnection and returns the
  *  number of rows affected. */
 public Int32 ExecuteNonQuery()
 {
     return((runQuery()) ? (Int32)_sqlrcur.affectedRows() : 0);
 }