This documentation is archived and is not being maintained.

ObjectDataSourceView::Update Method

Performs an update operation by calling the business object method that is identified by the UpdateMethod property using any specified update parameters.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Update(IDictionary, IDictionary, IDictionary) Performs an update operation by calling the method that is identified by the UpdateMethod property and using any parameters that are supplied in the keys, values, or oldValues collections.
Public method Update(IDictionary, IDictionary, IDictionary, DataSourceViewOperationCallback) Performs an asynchronous update operation on the list of data that the DataSourceView object represents. (Inherited from DataSourceView.)
Top
Show: