ObjectDataSourceView.Delete Method
.NET Framework 2.0
Performs a delete operation by calling the business object method that is identified by the DeleteMethod property using any specified delete parameters.
| Name | Description |
|---|---|
| ObjectDataSourceView.Delete (IDictionary, IDictionary) | Performs a delete operation by calling the business object method that is identified by the DeleteMethod property using the specified keys and oldValues collections. |
| ObjectDataSourceView.Delete (IDictionary, IDictionary, DataSourceViewOperationCallback) | Performs an asynchronous delete operation on the list of data that the DataSourceView object represents. |
Community Additions
ADD
Show: