OperationKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Kind of OData Operation. One of Action, Function or ServiceOperation.
public enum OperationKind
type OperationKind =
Public Enum OperationKind
- Inheritance
-
OperationKind
Fields
Name | Value | Description |
---|---|---|
Action | 0 | An action |
Function | 1 | A function |
ServiceOperation | 2 | A service operation |