ObjectDataSourceView.Insert Method
.NET Framework 3.0
Performs an insert operation by calling the business object method that is identified by the InsertMethod property using any specified insert parameters.
| Name | Description |
|---|---|
| ObjectDataSourceView.Insert (IDictionary) | Performs an insert operation by calling the business object method that is identified by the InsertMethod property using the specified values collection. |
| ObjectDataSourceView.Insert (IDictionary, DataSourceViewOperationCallback) | Performs an asynchronous insert operation on the list of data that the DataSourceView object represents. |
Community Additions
ADD
Show: