ExecuteNonQuery

  • Thread starter Thread starter .
  • Start date Start date
?

.

Hi,

I'm studying for a Microsoft exam.

Can you tell me what will be returned if say I try to update a table in a
database using something like:
myCommand.ExecuteNonQuery();

and no rows are actually updated? Will it return zero?

Thanks.
 
Back
Top