> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# RestierOperationMethod

> Represents the Restier operations available to an [IEdmOperationImport](https://learn.microsoft.com/dotnet/api/microsoft.odata.edm.iedmoperationimport).

## Definition

**Assembly:** Microsoft.Restier.Core.dll

**Namespace:** Microsoft.Restier.Core

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
Microsoft.Restier.Core.RestierOperationMethod
```

## Summary

Represents the Restier operations available to an [IEdmOperationImport](https://learn.microsoft.com/dotnet/api/microsoft.odata.edm.iedmoperationimport).

## Values

| Name      | Value | Description                                    |
| --------- | ----- | ---------------------------------------------- |
| `Execute` | 1     | Represents the OperationImport being executed. |
