Optional
updateOptional
updateTransformation to apply to objects provided for updating rows. source
is the object containing the values which which to update the table row.
Only the columns in columns
will actually be updated, with [*]
indicating all columns.
Generated using TypeDoc
Transformation to apply to column values returned from updates before returning values to the client. When inferring type parameters, specify a type for the
source
parameter.source
is the object that contained the valiues with which the table row was updated, andreturns
are the values returned from the update.