Click or drag to resize

TripleStoreExtensions.SaveToFile Method (ITripleStore, String)

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
)

Parameters

store
Type: VDS.RDF.ITripleStore
Triple Store to save.
file
Type: System.String
File to save to.

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