Click or drag to resize

TripleStoreExtensionsSaveToFile Method (ITripleStore, String, IStoreWriter)

Saves a Triple Store to a file.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void SaveToFile(
	this ITripleStore store,
	string file,
	IStoreWriter writer
)

Parameters

store
Type: VDS.RDFITripleStore
Triple Store to save.
file
Type: SystemString
File to save to.
writer
Type: VDS.RDFIStoreWriter
Writer to use.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ITripleStore. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also