SqlDataSourceView.Insert Method
.NET Framework 3.0
Performs an insert operation using the InsertCommand SQL string and any specified insert parameters.
| Name | Description |
|---|---|
| SqlDataSourceView.Insert (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. |
| SqlDataSourceView.Insert (IDictionary, DataSourceViewOperationCallback) | Performs an asynchronous insert operation on the list of data that the DataSourceView object represents. |
Community Additions
ADD
Show: