Loading TOC...

cts:json-property-word-query-property-name

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

Summary

Returns the name used to construct the specified query.

Parameters
query A query.

Example

  let $query := cts:json-property-word-query("prop", "choice of law")
  return
  cts:json-property-word-query-property-name($query)
  => "prop"

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.