Compartir a través de


ComputedProperty.Query Property

Definition

Gets or sets the query for the computed property.

[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

The query used to evaluate the value for the computed property.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

For example: SELECT VALUE LOWER(c.firstName) FROM c

Applies to