QueryableDataSourceView::ExecuteInsert Method (IDictionary^)
.NET Framework (current version)
Performs an insert operation on the data items that the QueryableDataSourceView object represents by using the specified value.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- values
-
Type:
System.Collections::IDictionary^
The values of the rows to insert in the data source.
Return Value
Type: System::Int32The number of objects or rows that were inserted into the data source.
.NET Framework
Available since 4.0
Available since 4.0
Show: