BeginUpdate;
The BeginUpdate method locks the parameters collection for edit.
After collection editing is complete, changes can be applied using the ApplyChanges method or they can be canceled using the CancelChanges method.
The property use is given in the example for IDataEntryForm.Parameters.
See also: