infix fun run(setBody: (UpdateStatement) -> Unit): Int
Run setBody to set any needed Parameter values on the delete statement, and the TableColumn values to be updated. After setBody executes, the update statement is executed, and the number of rows updated is returned.