Click or drag to resize

StoreGraphPersistenceWrapper Constructor (IStorageProvider, IGraph)

Creates a new Store Graph Persistence Wrapper.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public StoreGraphPersistenceWrapper(
	IStorageProvider manager,
	IGraph g
)

Parameters

manager
Type: VDS.RDF.StorageIStorageProvider
Generic IO Manager.
g
Type: VDS.RDFIGraph
Graph to wrap.
See Also