This documentation is archived and is not being maintained.

SqlDataSourceView::Delete Method

Performs a delete operation using the DeleteCommand SQL string and 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.

  NameDescription
Public method Delete(IDictionary, IDictionary) Performs a delete operation using the DeleteCommand SQL string, any parameters that are specified in the DeleteParameters collection, and the values that are in the specified keys and oldValues collections.
Public method Delete(IDictionary, IDictionary, DataSourceViewOperationCallback) Performs an asynchronous delete operation on the list of data that the DataSourceView object represents. (Inherited from DataSourceView.)
Top
Show: