XQuery.Serialize MethodXQuery.Serialize MethodXQuery::Serialize Method

Serializes the result of the query.

Overload List

 NameDescription
Public methodSerialize (Stream)Serialize (Stream)Serialize (Stream^) Serializes the result of the query to the specified StreamStreamStream.
Public methodSerialize (Stream, XPathItem)Serialize (Stream, XPathItem)Serialize (Stream^, XPathItem^) Serializes the result of the query to the specified StreamStreamStream.
Public methodSerialize (Stream, DynamicContextSettings)Serialize (Stream, DynamicContextSettings)Serialize (Stream^, DynamicContextSettings^) Serializes the result of the query to the specified StreamStreamStream.
Public methodSerialize (TextWriter)Serialize (TextWriter)Serialize (TextWriter^) Serializes the result of the query to the specified TextWriterTextWriterTextWriter.
Public methodSerialize (TextWriter, XPathItem)Serialize (TextWriter, XPathItem)Serialize (TextWriter^, XPathItem^) Serializes the result of the query to the specified TextWriterTextWriterTextWriter.
Public methodSerialize (TextWriter, DynamicContextSettings)Serialize (TextWriter, DynamicContextSettings)Serialize (TextWriter^, DynamicContextSettings^) Serializes the result of the query to the specified TextWriterTextWriterTextWriter.
Public methodSerialize (string)Serialize (String)Serialize (String^) Serializes the result of the query to the specified file.
Public methodSerialize (string, XPathItem)Serialize (String, XPathItem)Serialize (String^, XPathItem^) Serializes the result of the query to the specified file.
Public methodSerialize (string, DynamicContextSettings)Serialize (String, DynamicContextSettings)Serialize (String^, DynamicContextSettings^) Serializes the result of the query to the specified file.
Public methodSerialize (XmlWriter)Serialize (XmlWriter)Serialize (XmlWriter^) Serializes the result of the query to the specified XmlWriterXmlWriterXmlWriter.
Public methodSerialize (XmlWriter, XPathItem)Serialize (XmlWriter, XPathItem)Serialize (XmlWriter^, XPathItem^) Serializes the result of the query to the specified XmlWriterXmlWriterXmlWriter.
Public methodSerialize (XmlWriter, DynamicContextSettings)Serialize (XmlWriter, DynamicContextSettings)Serialize (XmlWriter^, DynamicContextSettings^) Serializes the result of the query to the specified XmlWriterXmlWriterXmlWriter.
Public methodSerialize (IResultDocumentHandler)Serialize (IResultDocumentHandler)Serialize (IResultDocumentHandler^) Serializes the result of the query using an object which implements the IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.
Public methodSerialize (IResultDocumentHandler, XPathItem)Serialize (IResultDocumentHandler, XPathItem)Serialize (IResultDocumentHandler^, XPathItem^) Serializes the result of the query using an object which implements the IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.
Public methodSerialize (IResultDocumentHandler, DynamicContextSettings)Serialize (IResultDocumentHandler, DynamicContextSettings)Serialize (IResultDocumentHandler^, DynamicContextSettings^) Serializes the result of the query using an object which implements the IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler interface.

Top