Click or drag to resize

StoreGraphPersistenceWrapper Constructor (IStorageProvider, Uri)

Creates a new Store Graph Persistence Wrapper around a new empty Graph.

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

Parameters

manager
Type: VDS.RDF.StorageIStorageProvider
Generic IO Manager.
graphUri
Type: SystemUri
Graph URI (the URI the Graph will be persisted as).
See Also