ISparqlResultsReader.Load Method (SparqlResultSet, String) |
Loads a Result Set from the given File.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid Load(
SparqlResultSet results,
string filename
)
Sub Load (
results As SparqlResultSet,
filename As String
)
Parameters
- results
- Type: VDS.RDF.Query.SparqlResultSet
Result Set to load into. - filename
- Type: System.String
File containing a Result Set.
Return Value
Type:
RemarksShould throw an error if the Result Set is not empty.
See Also