cts:json-property-scope-query-property-name

cts:json-property-scope-query-property-name(
   $query as cts:json-property-scope-query
) as xs:string*

Summary

Returns the JSON property name used to construct the specified query.

Parameters
query A query.

Example

let $query := cts:json-property-scope-query(
              "function",
              "MarkLogic Corporation")
return cts:json-property-scope-query-property-name($query)

  => "function"
Powered by MarkLogic Server | Terms of Use | Privacy Policy