Execute a SqlCommand (that returns no resultset and takes no parameters) against the provided SqlTransaction.
an int representing the number of rows affected by the command
e.g.: int result = ExecuteNonQuery(trans, CommandType.StoredProcedure, "PublishOrders");
SqlHelper Class | Mediachase.FileUploader Namespace | SqlHelper.ExecuteNonQuery Overload List