AccessDataSourceView::Insert Method

 

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

NameDescription
System_CAPS_pubmethodInsert(IDictionary^)

Performs an insert operation using the InsertCommand SQL string, any parameters that are specified in the InsertParameters collection, and the values that are in the specified values collection.(Inherited from SqlDataSourceView.)

System_CAPS_pubmethodInsert(IDictionary^, DataSourceViewOperationCallback^)

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

Return to top
Show: