Click or drag to resize

PersistentTripleStore Constructor

Creates a new in-memory view of some underlying store represented by the IStorageProvider instance.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public PersistentTripleStore(
	IStorageProvider manager
)

Parameters

manager
Type: VDS.RDF.StorageIStorageProvider
IO Manager.
Remarks
Please see the remarks for this class for notes on exact behaviour of this class.
See Also