ObjectDataSourceView.Update Method
.NET Framework 2.0
Performs an update operation by calling the business object method that is identified by the UpdateMethod property using any specified update parameters.
| Name | Description |
|---|---|
| ObjectDataSourceView.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. |
| ObjectDataSourceView.Update (IDictionary, IDictionary, IDictionary, DataSourceViewOperationCallback) | Performs an asynchronous update operation on the list of data that the DataSourceView object represents. |
Community Additions
ADD
Show: