ordered property

bool ordered
finalinherited

If true, then when a delete statement fails, return without performing the remaining delete statements. If false, then when a delete statement fails, continue with the remaining delete statements, if any.

Defaults to true.

Implementation

final bool ordered;