Click or drag to resize

ISparqlResultsWriter Interface

Interface for Writer classes which serialize Sparql Result Sets into concrete results set syntaxes.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface ISparqlResultsWriter

The ISparqlResultsWriter type exposes the following members.

Methods
  NameDescription
Public methodSave(SparqlResultSet, TextWriter)
Saves the Result Set to the given Stream.
Public methodSave(SparqlResultSet, String)
Saves the Result Set to the given File.
Top
Events
  NameDescription
Public eventWarning
Event raised when a non-fatal issue with the SPARQL Results being written is detected
Top
See Also