dotNetRDF API Documentation

ReadOnlyConnector Class

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

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

System.Object
   ReadOnlyConnector
      QueryableReadOnlyConnector

public class ReadOnlyConnector : IStorageProvider, IStorageCapabilities, IDisposable, IConfigurationSerializable

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

ReadOnlyConnector Members | VDS.RDF.Storage Namespace