SqlQuerySpec.Parameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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