This documentation is archived and is not being maintained.
SqlDataSourceView::Update Method
Visual Studio 2008
Performs an update operation using the UpdateCommand SQL string and 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.
| Name | Description | |
|---|---|---|
|
Update(IDictionary, IDictionary, IDictionary) | Performs an update operation using the UpdateCommand SQL string, any parameters that are in the UpdateParameters collection, and the values that are in the specified keys, values, and oldValues collections. |
|
Update(IDictionary, IDictionary, IDictionary, DataSourceViewOperationCallback) | Performs an asynchronous update operation on the list of data that the DataSourceView object represents. (Inherited from DataSourceView.) |
Show: