ordered property

bool ordered
getter/setter pairinherited

If true, then when an update statement fails, return without performing the remaining update statements. If false, then when an update fails, continue with the remaining update statements, if any. Defaults to true.

Implementation

bool ordered;