cts.jsonPropertyWordQueryPropertyName

cts.jsonPropertyWordQueryPropertyName(
   query as cts.jsonPropertyWordQuery
) as Sequence

Summary

Returns the name used to construct the specified query.

Parameters
query A query.

Example

  const query = cts.jsonPropertyWordQuery("prop", "choice of law");
  cts.jsonPropertyWordQueryPropertyName(query);
  => "prop"
Powered by MarkLogic Server | Terms of Use | Privacy Policy