Click or drag to resize

DataExtensionsExecuteNonQuery Method

Overload List
  Name Description
Public Extension Method ExecuteNonQuery(IDbCommand, String, Object) Executes the SQL statement using IDbCommand, and returns the number of rows affected.
Public Extension Method ExecuteNonQuery(OdbcCommand, String, Object) Executes the SQL statement using OdbcCommand, and returns the number of rows affected.
Public Extension Method ExecuteNonQuery(OdbcConnection, String, Object) Executes the SQL statement using OdbcConnection, and returns the number of rows affected.
Public Extension Method ExecuteNonQuery(OleDbCommand, String, Object) Executes the SQL statement using OleDbCommand, and returns the number of rows affected.
Public Extension Method ExecuteNonQuery(OleDbConnection, String, Object) Executes the SQL statement using OleDbConnection, and returns the number of rows affected.
Public Extension Method ExecuteNonQuery(SqlCommand, String, Object) Executes the SQL statement using SqlCommand, and returns the number of rows affected.
Public Extension Method ExecuteNonQuery(SqlConnection, String, Object) Executes the SQL statement using SqlConnection, and returns the number of rows affected.
Public Extension Method ExecuteNonQuery(IDbCommand, String, Int32, Object) Executes the SQL statement using IDbCommand, and returns the number of rows affected.
Public Extension Method ExecuteNonQuery(OdbcCommand, String, Int32, Object) Executes the SQL statement using OdbcCommand, and returns the number of rows affected.
Public Extension Method ExecuteNonQuery(OdbcConnection, String, Int32, Object) Executes the SQL statement using OdbcConnection, and returns the number of rows affected.
Public Extension Method ExecuteNonQuery(OleDbCommand, String, Int32, Object) Executes the SQL statement using OleDbCommand, and returns the number of rows affected.
Public Extension Method ExecuteNonQuery(OleDbConnection, String, Int32, Object) Executes the SQL statement using OleDbConnection, and returns the number of rows affected.
Public Extension Method ExecuteNonQuery(SqlCommand, String, Int32, Object) Executes the SQL statement using SqlCommand, and returns the number of rows affected.
Public Extension Method ExecuteNonQuery(SqlConnection, String, Int32, Object) Executes the SQL statement using SqlConnection, and returns the number of rows affected.
Public Extension Method ExecuteNonQueryTConnection(TConnection, String, Object) Executes the SQL statement using IDbConnection, and returns the number of rows affected.
Public Extension Method ExecuteNonQueryTConnection(TConnection, String, Int32, Object) Executes the SQL statement using IDbConnection, and returns the number of rows affected.
Top
See Also