SqlDataSourceView.Update Method
.NET Framework 2.0
Performs an update operation using the UpdateCommand SQL string and any specified update parameters.
| Name | Description |
|---|---|
| SqlDataSourceView.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. |
| SqlDataSourceView.Update (IDictionary, IDictionary, IDictionary, DataSourceViewOperationCallback) | Performs an asynchronous update operation on the list of data that the DataSourceView object represents. |
Community Additions
ADD
Show: