AccessDataSourceView::Delete Method

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodDelete(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.(Inherited from SqlDataSourceView.)

System_CAPS_pubmethodDelete(IDictionary^, IDictionary^, DataSourceViewOperationCallback^)

Performs an asynchronous delete operation on the list of data that the DataSourceView object represents.(Inherited from DataSourceView.)

Return to top
Show: