Click or drag to resize

IStoreWriter.Save 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.RDF.ITripleStore
Triple Store.
output
Type: System.IO.TextWriter
Write to save to.
leaveOpen
Type: System.Boolean
Boolean flag indicating if the output writer should be left open by the writer when it completes.
See Also