  | Compile (FileStream, XQuerySettings)Compile (FileStream, XQuerySettings)Compile (FileStream^, XQuerySettings^) |
Loads and compiles the specified XQuery program and returns an XQueryXQueryXQuery object that represents the XQuery program.
The specified static context settings are used.
|
  | Compile (Stream, XQuerySettings)Compile (Stream, XQuerySettings)Compile (Stream^, XQuerySettings^) |
Loads and compiles the specified XQuery program and returns an XQueryXQueryXQuery object that represents
the XQuery program. The specified static context settings are used.
|
  | Compile (string)Compile (String)Compile (String^) |
Compiles the specified XQuery program and returns an XQueryXQueryXQuery object that represents the XQuery program.
Default static context settings are used.
|
  | Compile (string, XmlNameTable)Compile (String, XmlNameTable)Compile (String^, XmlNameTable^) |
Compiles the specified XQuery program and returns an XQueryXQueryXQuery object that represents the XQuery program.
Default static context settings are used.
|
  | Compile (string, XQuerySettings)Compile (String, XQuerySettings)Compile (String^, XQuerySettings^) |
Compiles the specified XQuery program and returns an XQueryXQueryXQuery object that represents the XQuery program.
The specified static context settings are used.
|
  | Compile (Uri, Stream, XQuerySettings)Compile (Uri, Stream, XQuerySettings)Compile (Uri^, Stream^, XQuerySettings^) |
Loads and compiles the specified XQuery program and returns an XQueryXQueryXQuery object that represents the XQuery program.
The specified static context settings are used.
|
  | Compile (Uri, string)Compile (Uri, String)Compile (Uri^, String^) |
Compiles the specified XQuery program and returns an XQueryXQueryXQuery object that represents the XQuery program.
Default static context settings are used.
|
  | Compile (Uri, string, XmlNameTable)Compile (Uri, String, XmlNameTable)Compile (Uri^, String^, XmlNameTable^) |
Compiles the specified XQuery program and returns an XQueryXQueryXQuery object that represents the XQuery program.
Default static context settings are used.
|
  | Compile (Uri, string, XQuerySettings)Compile (Uri, String, XQuerySettings)Compile (Uri^, String^, XQuerySettings^) |
Compiles the specified XQuery program and returns an XQueryXQueryXQuery object that represents the XQuery program.
The specified static context settings are used.
|
  | Compile (XmlReader, XQuerySettings)Compile (XmlReader, XQuerySettings)Compile (XmlReader^, XQuerySettings^) |
Compiles the XQuery program expressed using the XML Syntax for XQuery 1.0 (XQueryX)
and returns an XQueryXQueryXQuery object that represents the XQuery program.
The specified static context settings are used.
|
  | Compile (IXPathNavigable, XQuerySettings)Compile (IXPathNavigable, XQuerySettings)Compile (IXPathNavigable^, XQuerySettings^) |
Compiles the XQuery program expressed using the XML Syntax for XQuery 1.0 (XQueryX)
and returns an XQueryXQueryXQuery object that represents the XQuery program.
The specified static context settings are used.
|
  | CompileExternalVariableCompileExternalVariableCompileExternalVariable |
Compiles the specified XQuery expression and returns an XQueryXQueryXQuery instance that
represents the XQuery expression using the specified static context settings.
|
 | Object.EqualsObject.EqualsObject::Equals | Determines whether the specified objectObjectobject is equal to the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Evaluate ()Evaluate ()Evaluate () |
Returns an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> representing the result of evaluating the XQuery program.
|
 | Evaluate (XPathItem)Evaluate (XPathItem)Evaluate (XPathItem^) |
Returns an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> representing the result of evaluating the XQuery program.
|
 | Evaluate (XPathItem, IResultDocumentHandler)Evaluate (XPathItem, IResultDocumentHandler)Evaluate (XPathItem^, IResultDocumentHandler^) |
Returns an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> representing the result of evaluating the XQuery program.
|
 | Evaluate (DynamicContextSettings)Evaluate (DynamicContextSettings)Evaluate (DynamicContextSettings^) |
Returns an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> representing the result of evaluating the XQuery program.
|
 | Evaluate (DynamicContextSettings, IResultDocumentHandler)Evaluate (DynamicContextSettings, IResultDocumentHandler)Evaluate (DynamicContextSettings^, IResultDocumentHandler^) |
Returns an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> representing the result of evaluating the XQuery program.
|
 | Evaluate (IResultDocumentHandler)Evaluate (IResultDocumentHandler)Evaluate (IResultDocumentHandler^) |
Returns an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> representing the result of evaluating the XQuery program.
|
 | EvaluateToItem ()EvaluateToItem ()EvaluateToItem () |
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or null
a null reference (Nothing in Visual Basic)
nullptr if the query returns the empty sequence.
|
 | EvaluateToItem (XPathItem)EvaluateToItem (XPathItem)EvaluateToItem (XPathItem^) |
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or null
a null reference (Nothing in Visual Basic)
nullptr if the query returns the empty sequence.
|
 | EvaluateToItem (XPathItem, IResultDocumentHandler)EvaluateToItem (XPathItem, IResultDocumentHandler)EvaluateToItem (XPathItem^, IResultDocumentHandler^) |
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or null
a null reference (Nothing in Visual Basic)
nullptr if the query returns the empty sequence.
|
 | EvaluateToItem (DynamicContextSettings)EvaluateToItem (DynamicContextSettings)EvaluateToItem (DynamicContextSettings^) |
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or null
a null reference (Nothing in Visual Basic)
nullptr if the query returns the empty sequence.
|
 | EvaluateToItem (DynamicContextSettings, IResultDocumentHandler)EvaluateToItem (DynamicContextSettings, IResultDocumentHandler)EvaluateToItem (DynamicContextSettings^, IResultDocumentHandler^) |
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or null
a null reference (Nothing in Visual Basic)
nullptr if the query returns the empty sequence.
|
 | EvaluateToItem (IResultDocumentHandler)EvaluateToItem (IResultDocumentHandler)EvaluateToItem (IResultDocumentHandler^) |
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or null
a null reference (Nothing in Visual Basic)
nullptr if the query returns the empty sequence.
|
 | EvaluateUpdate (XPathItem, IResultDocumentHandler)EvaluateUpdate (XPathItem, IResultDocumentHandler)EvaluateUpdate (XPathItem^, IResultDocumentHandler^) |
Evaluates an updating XQuery program with the specified context item and result document handler.
|
 | EvaluateUpdate (DynamicContextSettings, IResultDocumentHandler)EvaluateUpdate (DynamicContextSettings, IResultDocumentHandler)EvaluateUpdate (DynamicContextSettings^, IResultDocumentHandler^) |
Evaluates an updating XQuery (XQuery Update Facility) program.
|
 | EvaluateUpdate (IResultDocumentHandler)EvaluateUpdate (IResultDocumentHandler)EvaluateUpdate (IResultDocumentHandler^) |
Evaluates an updating XQuery program with the specified result document handler.
|
 | ExplainExplainExplain |
Writes the query execution plan to the specified XmlWriterXmlWriterXmlWriter.
|
 | Object.FinalizeObject.FinalizeObject::Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.GetHashCodeObject.GetHashCodeObject::GetHashCode | Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.GetTypeObject.GetTypeObject::GetType | Gets the type of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone | Creates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Serialize (Stream)Serialize (Stream)Serialize (Stream^) |
Serializes the result of the query to the specified StreamStreamStream.
|
 | Serialize (Stream, XPathItem)Serialize (Stream, XPathItem)Serialize (Stream^, XPathItem^) |
Serializes the result of the query to the specified StreamStreamStream.
|
 | Serialize (Stream, DynamicContextSettings)Serialize (Stream, DynamicContextSettings)Serialize (Stream^, DynamicContextSettings^) |
Serializes the result of the query to the specified StreamStreamStream.
|
 | Serialize (TextWriter)Serialize (TextWriter)Serialize (TextWriter^) |
Serializes the result of the query to the specified TextWriterTextWriterTextWriter.
|
 | Serialize (TextWriter, XPathItem)Serialize (TextWriter, XPathItem)Serialize (TextWriter^, XPathItem^) |
Serializes the result of the query to the specified TextWriterTextWriterTextWriter.
|
 | Serialize (TextWriter, DynamicContextSettings)Serialize (TextWriter, DynamicContextSettings)Serialize (TextWriter^, DynamicContextSettings^) |
Serializes the result of the query to the specified TextWriterTextWriterTextWriter.
|
 | Serialize (string)Serialize (String)Serialize (String^) |
Serializes the result of the query to the specified file.
|
 | Serialize (string, XPathItem)Serialize (String, XPathItem)Serialize (String^, XPathItem^) |
Serializes the result of the query to the specified file.
|
 | Serialize (string, DynamicContextSettings)Serialize (String, DynamicContextSettings)Serialize (String^, DynamicContextSettings^) |
Serializes the result of the query to the specified file.
|
 | Serialize (XmlWriter)Serialize (XmlWriter)Serialize (XmlWriter^) |
Serializes the result of the query to the specified XmlWriterXmlWriterXmlWriter.
|
 | Serialize (XmlWriter, XPathItem)Serialize (XmlWriter, XPathItem)Serialize (XmlWriter^, XPathItem^) |
Serializes the result of the query to the specified XmlWriterXmlWriterXmlWriter.
|
 | Serialize (XmlWriter, DynamicContextSettings)Serialize (XmlWriter, DynamicContextSettings)Serialize (XmlWriter^, DynamicContextSettings^) |
Serializes the result of the query to the specified XmlWriterXmlWriterXmlWriter.
|
 | Serialize (IResultDocumentHandler)Serialize (IResultDocumentHandler)Serialize (IResultDocumentHandler^) |
Serializes the result of the query using an object which implements the
IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.
|
 | Serialize (IResultDocumentHandler, XPathItem)Serialize (IResultDocumentHandler, XPathItem)Serialize (IResultDocumentHandler^, XPathItem^) |
Serializes the result of the query using an object which implements the
IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.
|
 | Serialize (IResultDocumentHandler, DynamicContextSettings)Serialize (IResultDocumentHandler, DynamicContextSettings)Serialize (IResultDocumentHandler^, DynamicContextSettings^) |
Serializes the result of the query using an object which implements the
IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.
|
 | ToStringToStringToString |
Returns a stringStringString representing the query execution plan.
(Overrides Object.ToStringObject.ToStringObject::ToString) |
  | ToXQueryX (string, XmlWriter, XQueryVersion, BoundarySpace, XmlVersion)ToXQueryX (String, XmlWriter, XQueryVersion, BoundarySpace, XmlVersion)ToXQueryX (String^, XmlWriter^, XQueryVersion, BoundarySpace, XmlVersion) |
Writes the specified query to the specified XmlWriterXmlWriterXmlWriter
using the XML Syntax for XQuery 1.0 (XQueryX).
|
  | ToXQueryX (string, XQueryVersion, BoundarySpace, XmlVersion)ToXQueryX (String, XQueryVersion, BoundarySpace, XmlVersion)ToXQueryX (String^, XQueryVersion, BoundarySpace, XmlVersion) |
Returns an IXPathNavigableIXPathNavigableIXPathNavigable over the specified XQuery converted to
the XML Syntax for XQuery 1.0 (XQueryX).
|
  | ToXQueryX (Uri, string, XQueryVersion, BoundarySpace, XmlVersion)ToXQueryX (Uri, String, XQueryVersion, BoundarySpace, XmlVersion)ToXQueryX (Uri^, String^, XQueryVersion, BoundarySpace, XmlVersion) |
Returns an IXPathNavigableIXPathNavigableIXPathNavigable over the specified XQuery converted to
the XML Syntax for XQuery 1.0 (XQueryX).
|
  | ToXQueryX (XmlNameTable, Uri, string, XQueryVersion, BoundarySpace, XmlVersion)ToXQueryX (XmlNameTable, Uri, String, XQueryVersion, BoundarySpace, XmlVersion)ToXQueryX (XmlNameTable^, Uri^, String^, XQueryVersion, BoundarySpace, XmlVersion) |
Returns an IXPathNavigableIXPathNavigableIXPathNavigable over the specified XQuery converted to
the XML Syntax for XQuery 1.0 (XQueryX).
|