This documentation is archived and is not being maintained.
ObjectDataSourceView::Delete Method
Visual Studio 2008
Performs a delete operation by calling the business object method that is identified by the DeleteMethod property using any specified delete 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 | |
|---|---|---|
|
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. |
|
Delete(IDictionary, IDictionary, DataSourceViewOperationCallback) | Performs an asynchronous delete operation on the list of data that the DataSourceView object represents. (Inherited from DataSourceView.) |
Show: