DataSourceOperation Enumeration
.NET Framework 3.0
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Member name | Description | |
|---|---|---|
| Delete | The operation deletes records from a data source. | |
| Insert | The operation inserts one or more records into a data source. | |
| Select | The operation retrieves records from a data source. | |
| SelectCount | The operation retrieves the total number of records for a query from the data source. | |
| Update | The operation updates records in a data source. |
Community Additions
ADD
Show: