SqlQuerySpec.Parameters Property

Definition

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

[System.Runtime.Serialization.DataMember(Name="parameters")]
public Microsoft.Azure.Documents.SqlParameterCollection Parameters { get; set; }
[<System.Runtime.Serialization.DataMember(Name="parameters")>]
member this.Parameters : Microsoft.Azure.Documents.SqlParameterCollection with get, set
Public Property Parameters As SqlParameterCollection

Property Value

The SqlParameterCollection instance.

Attributes

Applies to