DynamicDataSourceOperation Enumeration
.NET Framework (current version)
Describes the type of operation that is being performed by the data source object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Member name | Description | |
|---|---|---|
| ContextCreate | The data source object is creating the data context object. | |
| Delete | The data source object is performing a delete operation. | |
| Insert | The data source object is performing an insert operation. | |
| Select | The data source object is performing a select operation. | |
| Update | The data source object is performing an update operation. |
.NET Framework
Available since 3.5
Available since 3.5
Show: