Executes a command that doesn't return any data. The result returns the number of records affected or -1 on error.
public virtual int ExecuteNonQuery(string sql, Object[] parameters)
Parameters
sql
SQL statement as a string
parameters
Any number of SQL named parameters
Overloads:
See also:
Class DataAccessBase© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic