Top "Executenonquery" questions

executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.

Executenonquery return value

I want to perform a search on a table to see if record exists. I do not want to perform …

asp.net return-value executenonquery
ExecuteNonQuery returning a value of 2 when only 1 record was updated

Running thru examples of Enterprise Library 5.0 and when I use ExecuteNonQuery to run an update sproc, it returns 2. The update …

c#-4.0 enterprise-library executenonquery