SqlClient ExecuteNonQuery Method Nemiro.Data.dll
Overload List

  NameDescription
Public methodExecuteNonQuery 
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.
Public methodExecuteNonQuery(SqlCommand)
Executes the specified SqlCommand and returns the number of rows affected.
Public methodExecuteNonQuery(String)
Executes a Transact-SQL statement against the connection and returns the number of rows affected.
Top
See Also