Click or drag to resize

SparqlTsvParserLoad Method (SparqlResultSet, TextReader)

Loads a Result Set from an Input.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Load(
	SparqlResultSet results,
	TextReader input
)

Parameters

results
Type: VDS.RDF.QuerySparqlResultSet
Result Set to load into.
input
Type: System.IOTextReader
Input to read from.

Implements

ISparqlResultsReaderLoad(SparqlResultSet, TextReader)
See Also