Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration UpdateOperations
'Usage
Dim instance As UpdateOperations
[FlagsAttribute]
public enum UpdateOperations
[FlagsAttribute]
public enum class UpdateOperations
[<FlagsAttribute>]
type UpdateOperations
public enum UpdateOperations
Members
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. |
Remarks
This enumeration is used on interceptors to determine what kind of changes were performed on entities before they were saved.