Show / Hide Table of Contents

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 Source

Save(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.
| Improve this Doc View Source

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 Source

Warning

Event raised when a non-fatal issue with the SPARQL Results being written is detected
Declaration
event SparqlWarning Warning
Event Type
Type Description
SparqlWarning

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Save(SparqlResultSet, TextWriter)
    • Save(SparqlResultSet, String)
  • Events
    • Warning
  • Extension Methods
Back to top Generated by DocFX