SqlQuerySpec.Parameters Property

Definition

Gets or sets the SqlParameterCollection instance, which represents the collection of Azure DocumentDB query parameters.

[System.Runtime.Serialization.DataMember(Name="parameters")]
public Microsoft.Azure.Documents.SqlParameterCollection Parameters { get; set; }
Property Value