ComputedProperty.Query 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 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