Share via


UriEntityOperationParameter Class

Definition

Represents a function parameter that is either entity or collection of entities.

public sealed class UriEntityOperationParameter : Microsoft.OData.Client.UriOperationParameter
type UriEntityOperationParameter = class
    inherit UriOperationParameter
Public NotInheritable Class UriEntityOperationParameter
Inherits UriOperationParameter
Inheritance
UriEntityOperationParameter

Constructors

UriEntityOperationParameter(String, Object, Boolean)

Instantiates a new UriOperationParameter

UriEntityOperationParameter(String, Object)

Instantiates a new UriEntityOperationParameter

Properties

Name

Gets the name of the operation parameter.

(Inherited from OperationParameter)
Value

Gets the value of the operation parameter.

(Inherited from OperationParameter)

Applies to