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
)
Public Sub New (
manager As IStorageProvider
)
Parameters
- manager
- Type: VDS.RDF.StorageIStorageProvider
Manager for the Store you want to wrap as read-only.
See Also