Overload List

  NameDescription
ExecuteNonQuery(CommandConfig)
Executes and ad-hoc SQL statement that does not return a record set.
ExecuteNonQuery(String)
Executes and ad-hoc SQL statement that does not return a record set.
ExecuteNonQuery(String, Boolean)
Executes and ad-hoc SQL statement that does not return a record set.
ExecuteNonQuery(String, IDictionary)
Executes and ad-hoc SQL statement that does not return a record set.
ExecuteNonQuery(String, IDictionary, Boolean)
Executes and ad-hoc SQL statement that does not return a record set.

See Also