SqlDataSourceView.Delete Method (IDictionary, IDictionary)
Assembly: System.Web (in system.web.dll)
public int Delete ( IDictionary keys, IDictionary oldValues )
public function Delete ( keys : IDictionary, oldValues : IDictionary ) : int
Parameters
- keys
An IDictionary of object or row key values for the ExecuteDelete operation to delete.
- oldValues
An IDictionary that contains row values that are evaluated only if the ConflictDetection property is set to the CompareAllValues value.
Return Value
A value that represents the number of rows deleted from the underlying database.| Exception type | Condition |
|---|---|
| The SqlDataSource cannot establish a connection with the underlying data source. - or - The ConflictDetection property is set to the CompareAllValues value and no oldValues parameters are passed. | |
| The CanDelete property is false. |
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.