SparqlXmlWriterSave Method (SparqlResultSet, TextWriter) |
Saves the Result Set to the given Stream in the Sparql Results XML Format.
Namespace:
VDS.RDF.Writing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual void Save(
SparqlResultSet results,
TextWriter output
)
Public Overridable Sub Save (
results As SparqlResultSet,
output As TextWriter
)
Parameters
- results
- Type: VDS.RDF.QuerySparqlResultSet
[Missing <param name="results"/> documentation for "M:VDS.RDF.Writing.SparqlXmlWriter.Save(VDS.RDF.Query.SparqlResultSet,System.IO.TextWriter)"]
- output
- Type: System.IOTextWriter
[Missing <param name="output"/> documentation for "M:VDS.RDF.Writing.SparqlXmlWriter.Save(VDS.RDF.Query.SparqlResultSet,System.IO.TextWriter)"]
Implements
ISparqlResultsWriterSave(SparqlResultSet, TextWriter)See Also