iteratorsIncludeDeferredOperations
iteratorsIncludeDeferredOperations(enable : Boolean) : Boolean;
The iteratorsIncludeDeferredOperations method of the Process class specifies whether the process sees the effects of deferred operations on collections before the updates are committed to the database.
When called with the value of the enable parameter set to:
-
true, the process takes into account the effects of deferred operations when updating the database
-
false, the process does not take into account the effects of deferred operations when updating the database
Calling this method overrides the value of the
2022.0.04 and higher