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: 
Syntaxpublic StoreGraphPersistenceWrapper(
	IStorageProvider manager,
	Uri graphUri
)
Public Sub New ( 
	manager As IStorageProvider,
	graphUri As Uri
)
Parameters
- manager
 - Type: VDS.RDF.StorageIStorageProvider
Generic IO Manager. - graphUri
 - Type: SystemUri
Graph URI (the URI the Graph will be persisted as). 
See Also