Click or drag to resize

FileGraphPersistenceWrapper Constructor (IGraph, String)

Creates a new File Graph Persistence Wrapper around the given Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public FileGraphPersistenceWrapper(
	IGraph g,
	string filename
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
filename
Type: SystemString
File to persist to.
See Also