ISparqlResultsReaderLoad Method (SparqlResultSet, TextReader) |
Loads a Result Set from the given Input.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void Load(
SparqlResultSet results,
TextReader input
)
Sub Load (
results As SparqlResultSet,
input As TextReader
)
Parameters
- results
- Type: VDS.RDF.QuerySparqlResultSet
Result Set to load into. - input
- Type: System.IOTextReader
Input to read from.
Return Value
Type:
Remarks Should throw an error if the Result Set is not empty.
See Also