Skip to content

Instance Property

predicate

If not nil, a predicate which describes the row(s) to be updated.
var predicate: (any SQLExpression)?

Discussion

If no predicate if given, all rows in the table are implicitly eligible for updating.