QueryDefinition.QueryText Property

Definition

Gets the text of the Azure Cosmos DB SQL query.

public string QueryText { get; }
member this.QueryText : string
Public ReadOnly Property QueryText As String

Property Value

The text of the SQL query.

Applies to