UpdateOperations Enumeration
.NET Framework (current version)
An enumeration used to specify the update operations that were performed on an entity.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Data.Services (in System.Data.Services.dll)
| Member name | Description | |
|---|---|---|
| Add | The entity was added. | |
| Change | The entity was modified. | |
| Delete | The entity was deleted. | |
| None | No operations were performed on the resource. |
This enumeration is used on interceptors to determine what kind of changes were performed on entities before they were saved.
.NET Framework
Available since 3.5
Available since 3.5
Show: