  | ToXQueryX (string, XmlWriter, BoundarySpace)ToXQueryX (String, XmlWriter, BoundarySpace)ToXQueryX (String^, XmlWriter^, BoundarySpace) |
Writes the specified query to the specified XmlWriterXmlWriterXmlWriter
using the XML Syntax for XQuery 1.0 (XQueryX).
|
  | ToXQueryX (string, XQueryVersion, BoundarySpace)ToXQueryX (String, XQueryVersion, BoundarySpace)ToXQueryX (String^, XQueryVersion, BoundarySpace) |
Returns an IXPathNavigableIXPathNavigableIXPathNavigable over the specified XQuery converted to
the XML Syntax for XQuery 1.0 (XQueryX).
|
  | ToXQueryX (XmlNameTable, string, XQueryVersion, BoundarySpace)ToXQueryX (XmlNameTable, String, XQueryVersion, BoundarySpace)ToXQueryX (XmlNameTable^, String^, XQueryVersion, BoundarySpace) |
Returns an IXPathNavigableIXPathNavigableIXPathNavigable over the specified XQuery converted to
the XML Syntax for XQuery 1.0 (XQueryX).
|