IStoreReader.Load Method (ITripleStore, TextReader) |
Loads a RDF dataset into a Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid Load(
ITripleStore store,
TextReader input
)
Sub Load (
store As ITripleStore,
input As TextReader
)
Parameters
- store
- Type: VDS.RDF.ITripleStore
Triple Store. - input
- Type: System.IO.TextReader
Input to load from.
See Also