Click or drag to resize

ReadOnlyConnector Methods

The ReadOnlyConnector type exposes the following members.

Methods
  NameDescription
Public methodDeleteGraph(String)
Throws an exception as you cannot delete a Graph using a read-only connection.
Public methodDeleteGraph(Uri)
Throws an exception as you cannot delete a Graph using a read-only connection.
Public methodDispose
Disposes of the Store.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListGraphs
Gets the list of graphs in the underlying store.
Public methodLoadGraph(IGraph, String)
Loads a Graph from the underlying Store.
Public methodLoadGraph(IGraph, Uri)
Loads a Graph from the underlying Store.
Public methodLoadGraph(IRdfHandler, String)
Loads a Graph from the underlying Store.
Public methodLoadGraph(IRdfHandler, Uri)
Loads a Graph from the underlying Store.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveGraph
Throws an exception since you cannot save a Graph using a read-only connection.
Public methodSerializeConfiguration
Serializes the Configuration of the Manager.
Public methodToString
Gets the String representation of the Manager.
(Overrides ObjectToString.)
Public methodUpdateGraph(String, IEnumerableTriple, IEnumerableTriple)
Throws an exception since you cannot update a Graph using a read-only connection.
Public methodUpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple)
Throws an exception since you cannot update a Graph using a read-only connection.
Top
See Also