dotNetRDF API Documentation

QueryableReadOnlyConnector Class

Provides a Read-Only wrapper that can be placed around another IQueryableStorage instance

For a list of all members of this type, see QueryableReadOnlyConnector Members .

System.Object
   ReadOnlyConnector
      QueryableReadOnlyConnector

public class QueryableReadOnlyConnector : ReadOnlyConnector, IQueryableStorage

Remarks

This is useful if you want to allow some code read-only access to a mutable store and ensure that it cannot modify the store via the manager instance

Requirements

Namespace: VDS.RDF.Storage

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

QueryableReadOnlyConnector Members | VDS.RDF.Storage Namespace