Share via


BaseFunctionMethodRequestBuilder<T>.SetParameter Method

Definition

A helper method for injecting a parameter string for a given name and value pair. This method handles the nullable case and properly wrapped and escaping string values.

protected void SetParameter (string name, object value, bool nullable);
member this.SetParameter : string * obj * bool -> unit
Protected Sub SetParameter (name As String, value As Object, nullable As Boolean)

Parameters

name
String

The parameter name.

value
Object

The parameter value.

nullable
Boolean

A flag specifying whether the parameter is allowed to be null.

Applies to