allowPartialDeletes method
Allow partial deletes when some operations fail.
Implementation
CascadeDeleteBuilder<T> allowPartialDeletes() {
_options = _options.copyWith(allowPartialDeletes: true);
return this;
}
Allow partial deletes when some operations fail.
CascadeDeleteBuilder<T> allowPartialDeletes() {
_options = _options.copyWith(allowPartialDeletes: true);
return this;
}