Click or drag to resize

ISparqlResultsReaderLoad Method (SparqlResultSet, String)

Loads a Result Set from the given File.

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

Parameters

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

Return Value

Type: 
Remarks
Should throw an error if the Result Set is not empty.
See Also