ExecuteNonQuery - devuelve el número de filas afectadas.
SqlCommand comm;
// other codes
int numberOfRecords = comm.ExecuteNonQuery();
ExecuteNonQuery - devuelve el número de filas afectadas.
SqlCommand comm;
// other codes
int numberOfRecords = comm.ExecuteNonQuery();