Click or drag to resize

IStoreWriterSave Method (ITripleStore, TextWriter, Boolean)

Method for saving data to a Triple Store.

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

Parameters

store
Type: VDS.RDFITripleStore
Triple Store.
output
Type: System.IOTextWriter
Write to save to.
leaveOpen
Type: SystemBoolean
Boolean flag indicating if the output writer should be left open by the writer when it completes.
See Also