
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"