Click or drag to resize

CsvStoreWriterSave Method (ITripleStore, String)

Saves a Triple Store to CSV Format.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Save(
	ITripleStore store,
	string filename
)

Parameters

store
Type: VDS.RDFITripleStore
Triple Store to save.
filename
Type: SystemString
File to save to.

Implements

IStoreWriterSave(ITripleStore, String)
See Also