Click or drag to resize

GraphPersistenceWrapper Constructor (IGraph)

Creates a new Graph Persistence Wrapper around the given Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public GraphPersistenceWrapper(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
See Also