共用方式為


DataContainer.Query Property

Definition

Gets or sets a query that is applied to this data container. The syntax and meaning of this parameter is datasource-specific. Not supported by Azure SQL datasources.

[Newtonsoft.Json.JsonProperty(PropertyName="query")]
public string Query { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="query")>]
member this.Query : string with get, set
Public Property Query As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to