Skip to main content

Documentation Index

Fetch the complete documentation index at: https://easyaf.dev/llms.txt

Use this file to discover all available pages before exploring further.

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.