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
)
Public Sub New (
manager As IStorageProvider,
g As IGraph
)
Parameters
- manager
- Type: VDS.RDF.StorageIStorageProvider
Generic IO Manager. - g
- Type: VDS.RDFIGraph
Graph to wrap.
See Also