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