This documentation is archived and is not being maintained.

ObjectDataSourceView::Insert Method

Performs an insert operation by calling the business object method that is identified by the InsertMethod property using any specified insert 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 Insert(IDictionary) Performs an insert operation by calling the business object method that is identified by the InsertMethod property using the specified values collection.
Public method Insert(IDictionary, DataSourceViewOperationCallback) Performs an asynchronous insert operation on the list of data that the DataSourceView object represents. (Inherited from DataSourceView.)
Top
Show: