cts.elementValueQueryText

cts.elementValueQueryText(
   query as cts.elementValueQuery
) as Sequence

Summary

Returns the text used to construct the specified query.

Parameters
query A query.

Example

const query = cts.elementValueQuery(
              xs.QName("function"),
              "MarkLogic Corporation");
cts.elementValueQueryText(query);

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