Share via


ODataFunction Class

Definition

Represents an OData function.

public sealed class ODataFunction : Microsoft.OData.ODataOperation
type ODataFunction = class
    inherit ODataOperation
Public NotInheritable Class ODataFunction
Inherits ODataOperation
Inheritance

Constructors

ODataFunction()

Properties

Metadata

Gets or sets the URI to get metadata for the ODataAction.

(Inherited from ODataOperation)
Target

Gets or sets the URI to invoke the ODataAction.

(Inherited from ODataOperation)
Title

Gets or sets a human-readable description of the ODataAction.

(Inherited from ODataOperation)
TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)

Applies to