Which SqlCommand execution returns the number of effected records in the table?

Options
- ExecuteNonQuery
- ExecuteReader
- ExecuteXmlReader
- ExecuteScalar


CORRECT ANSWER : ExecuteNonQuery

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement