QueryableReadOnlyConnector Constructor |
Creates a new Queryable Read-Only connection which is a read-only wrapper around another store.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public QueryableReadOnlyConnector(
IQueryableStorage manager
)
Public Sub New (
manager As IQueryableStorage
)
Parameters
- manager
- Type: VDS.RDF.StorageIQueryableStorage
Manager for the Store you want to wrap as read-only.
See Also