SqlDataSourceView.Insert Method (IDictionary)
Assembly: System.Web (in system.web.dll)
public int Insert ( IDictionary values )
public function Insert ( values : IDictionary ) : int
Parameters
- values
An IDictionary of parameters for the InsertCommand property to use to perform the insert database operation. If there are no parameters associated with the query or if the InsertCommand is not a parameterized SQL query, pass a null reference (Nothing in Visual Basic).
Return Value
A value that represents the number of rows inserted into the underlying database.| Exception type | Condition |
|---|---|
| The SqlDataSource cannot establish a connection with the underlying data source. | |
| The CanInsert property is false. |
The Insert method calls the ExecuteInsert method, passing the values parameter.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.