Represents an update operation to carry out on a single column in a table. Multiple such operations may be coalesced together into a single UpdateCommand, which results in the generation of a single UPDATE
SQL statement that updates multiple columns.