QueryableDataSourceView::Insert Method (IDictionary^)

.NET Framework (current version)
 

Performs an asynchronous insert operation on the data items that the QueryableDataSourceView object represents.

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

public:
int Insert(
	IDictionary^ values
)

Parameters

values
Type: System.Collections::IDictionary^

The values of the rows to insert.

Return Value

Type: System::Int32

The number of rows that were inserted into the data source.

.NET Framework
Available since 4.0
Return to top
Show: