Gets the parameters collection that contains the parameters that are used by the method that is specified by the ObjectDataSource.UpdateMethod property.
Documentation for this section has not yet been entered.
The names and types of the parameters that are contained in the ObjectDataSource.UpdateParameters collection must match the names and types of the parameters in the ObjectDataSource.UpdateMethod method signature. The parameter names are affected by the ObjectDataSource.OldValuesParameterFormatString property and are case-sensitive. The parameters in the collection depend on the data in the data-bound control, the parameters that are specified declaratively, and the parameters that are added programmatically. For more information, see the "Parameter Merging" section in ObjectDataSource.Update and Using Parameters with the ObjectDataSource Control.
The ObjectDataSource.UpdateParameters property retrieves the ObjectDataSourceView.UpdateParameters property that is contained by the System.Web.UI.WebControls.ObjectDataSourceView object that is associated with the System.Web.UI.WebControls.ObjectDataSource control.
For more information about parameter merging, object lifetime, and method resolution, see ObjectDataSource.UpdateMethod.
You should validate any parameter value that you receive from the client. The runtime simply substitutes the parameter value into the ObjectDataSource.UpdateMethod property.