SqlParameter.Value Property

Definition

Gets or sets the value of the parameter for the Azure DocumentDB database service.

[System.Runtime.Serialization.DataMember(Name="value")]
public object Value { get; set; }
Property Value

The value of the parameter.

Remarks

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