Overload List
Name | Description | |
---|---|---|
ExecuteNonQuery |
Executes a Transact-SQL statement against the connection and returns the number of rows affected.
This method is used in conjunction with the properties CommandType, CommandText and Parameters.
| |
ExecuteNonQuery(SqlCommand) |
Executes the specified SqlCommand and returns the number of rows affected.
| |
ExecuteNonQuery(String) |
Executes a Transact-SQL statement against the connection and returns the number of rows affected.
|
See Also