ExecuteNonQuery method

Executes a statement that does not return a result set, such as a SQL INSERT, DELETE, or UPDATE statement.

 Visual Basic syntax
 C# syntax
 Returns
 Exceptions
 Remarks
 See also