SqlParameter.Value Property

Definition

Gets or sets the value of the parameter for the Azure Cosmos DB service.

[System.Runtime.Serialization.DataMember(Name="value")]
public object Value { get; set; }
[<System.Runtime.Serialization.DataMember(Name="value")>]
member this.Value : obj with get, set
Public Property Value As Object

Property Value

The value of the parameter.

Attributes

Remarks

The value gets serialized and passed in as JSON to the document query.

Applies to