Definition
Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core Inheritance: System.EnumSyntax
Summary
Represents the Restier operations available to an EntitySet.Values
| Name | Value | Description |
|---|---|---|
Filter | 1 | Represents a Filter operation. |
Insert | 2 | Represents an Insert operation. |
Update | 3 | Represents an Update operation. |
Delete | 4 | Represents a Delete operation. |