Click or drag to resize

IStoreWriterSave Method (ITripleStore, TextWriter)

Method for saving data to a Triple Store.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void Save(
	ITripleStore store,
	TextWriter output
)

Parameters

store
Type: VDS.RDFITripleStore
Triple Store.
output
Type: System.IOTextWriter
Write to save to.
See Also