
cts:json-property-scope-query-property-name( $query as cts:json-property-scope-query ) as xs:string*
Returns the JSON property name used to construct the specified query.
| Parameters | |
|---|---|
| query | A query. | 
let $query := cts:json-property-scope-query(
              "function",
              "MarkLogic Corporation")
return cts:json-property-scope-query-property-name($query)
  => "function"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.