Sdílet prostřednictvím


SqlQuerySpec.QueryText Property

Definition

Gets or sets the text of the Azure Cosmos DB database query.

[System.Runtime.Serialization.DataMember(Name="query")]
public string QueryText { get; set; }
[<System.Runtime.Serialization.DataMember(Name="query")>]
member this.QueryText : string with get, set
Public Property QueryText As String

Property Value

The text of the database query.

Attributes

Applies to