Execute a Command (that returns no resultset) against the DataBase using the provided parameters in a Transaction. If an error occur, changes are rollebacked.
An int representing the number of rows affected by the command
int result = ExecuteNonQuery(CommandType.StoredProcedure, "PublishOrders", new SqlParameter("@prodid", 24));
GenericDataHelper Class | DotnetProject.Data Namespace | GenericDataHelper.ExecuteNonQueryTransactional Overload List