Click or drag to resize

SparqlCsvParserLoad Method (SparqlResultSet, String)

Loads a Result Set from a File.

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

Parameters

results
Type: VDS.RDF.QuerySparqlResultSet
Result Set to load into.
filename
Type: SystemString
File to load from.

Implements

ISparqlResultsReaderLoad(SparqlResultSet, String)
See Also