Interface ISparqlResultsWriter
Interface for Writer classes which serialize Sparql Result Sets into concrete results set syntaxes.
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public interface ISparqlResultsWriter
Methods
| Improve this Doc View SourceSave(SparqlResultSet, TextWriter)
Saves the Result Set to the given Stream.
Declaration
void Save(SparqlResultSet results, TextWriter output)
Parameters
Type | Name | Description |
---|---|---|
SparqlResultSet | results | Result Set to save. |
System.IO.TextWriter | output | Stream to save to. |
Save(SparqlResultSet, String)
Saves the Result Set to the given File.
Declaration
void Save(SparqlResultSet results, string filename)
Parameters
Type | Name | Description |
---|---|---|
SparqlResultSet | results | Result Set to save. |
System.String | filename | File to save to. |
Events
| Improve this Doc View SourceWarning
Event raised when a non-fatal issue with the SPARQL Results being written is detected
Declaration
event SparqlWarning Warning
Event Type
Type | Description |
---|---|
SparqlWarning |