|
Name |
Description |
|
ExecuteNonQuery(IDbCommand, String, Object)
|
Executes the SQL statement using IDbCommand, and returns the number of rows affected.
|
|
ExecuteNonQuery(OdbcCommand, String, Object)
|
Executes the SQL statement using OdbcCommand, and returns the number of rows affected.
|
|
ExecuteNonQuery(OdbcConnection, String, Object)
|
Executes the SQL statement using OdbcConnection, and returns the number of rows affected.
|
|
ExecuteNonQuery(OleDbCommand, String, Object)
|
Executes the SQL statement using OleDbCommand, and returns the number of rows affected.
|
|
ExecuteNonQuery(OleDbConnection, String, Object)
|
Executes the SQL statement using OleDbConnection, and returns the number of rows affected.
|
|
ExecuteNonQuery(SqlCommand, String, Object)
|
Executes the SQL statement using SqlCommand, and returns the number of rows affected.
|
|
ExecuteNonQuery(SqlConnection, String, Object)
|
Executes the SQL statement using SqlConnection, and returns the number of rows affected.
|
|
ExecuteNonQuery(IDbCommand, String, Int32, Object)
|
Executes the SQL statement using IDbCommand, and returns the number of rows affected.
|
|
ExecuteNonQuery(OdbcCommand, String, Int32, Object)
|
Executes the SQL statement using OdbcCommand, and returns the number of rows affected.
|
|
ExecuteNonQuery(OdbcConnection, String, Int32, Object)
|
Executes the SQL statement using OdbcConnection, and returns the number of rows affected.
|
|
ExecuteNonQuery(OleDbCommand, String, Int32, Object)
|
Executes the SQL statement using OleDbCommand, and returns the number of rows affected.
|
|
ExecuteNonQuery(OleDbConnection, String, Int32, Object)
|
Executes the SQL statement using OleDbConnection, and returns the number of rows affected.
|
|
ExecuteNonQuery(SqlCommand, String, Int32, Object)
|
Executes the SQL statement using SqlCommand, and returns the number of rows affected.
|
|
ExecuteNonQuery(SqlConnection, String, Int32, Object)
|
Executes the SQL statement using SqlConnection, and returns the number of rows affected.
|
|
ExecuteNonQueryTConnection(TConnection, String, Object)
|
Executes the SQL statement using IDbConnection, and returns the number of rows affected.
|
|
ExecuteNonQueryTConnection(TConnection, String, Int32, Object)
|
Executes the SQL statement using IDbConnection, and returns the number of rows affected.
|