Skip to main content

Definition

Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core Inheritance: System.Enum

Syntax

Microsoft.Restier.Core.RestierEntitySetOperation

Summary

Represents the Restier operations available to an EntitySet.

Values

NameValueDescription
Filter1Represents a Filter operation.
Insert2Represents an Insert operation.
Update3Represents an Update operation.
Delete4Represents a Delete operation.