Share via


OperationParameter(String, Object) Constructor

Definition

Initializes a new instance of the OperationParameter class.

protected OperationParameter (string name, object value);
new Microsoft.OData.Client.OperationParameter : string * obj -> Microsoft.OData.Client.OperationParameter
Protected Sub New (name As String, value As Object)

Parameters

name
String

The name of the operation parameter.

value
Object

The value of the operation parameter.

Applies to