Click or drag to resize

ReadOnlyConnector Constructor

Creates a new Read-Only connection which is a read-only wrapper around another store.

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

Parameters

manager
Type: VDS.RDF.StorageIStorageProvider
Manager for the Store you want to wrap as read-only.
See Also