ReadOnlyConnector Methods |
The ReadOnlyConnector type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteGraph(String) |
Throws an exception as you cannot delete a Graph using a read-only connection.
|
![]() | DeleteGraph(Uri) |
Throws an exception as you cannot delete a Graph using a read-only connection.
|
![]() | Dispose |
Disposes of the Store.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ListGraphs |
Gets the list of graphs in the underlying store.
|
![]() | LoadGraph(IGraph, String) |
Loads a Graph from the underlying Store.
|
![]() | LoadGraph(IGraph, Uri) |
Loads a Graph from the underlying Store.
|
![]() | LoadGraph(IRdfHandler, String) |
Loads a Graph from the underlying Store.
|
![]() | LoadGraph(IRdfHandler, Uri) |
Loads a Graph from the underlying Store.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SaveGraph |
Throws an exception since you cannot save a Graph using a read-only connection.
|
![]() | SerializeConfiguration |
Serializes the Configuration of the Manager.
|
![]() | ToString |
Gets the String representation of the Manager.
(Overrides Object.ToString().) |
![]() | UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>) |
Throws an exception since you cannot update a Graph using a read-only connection.
|
![]() | UpdateGraph(Uri, IEnumerable<Triple>, IEnumerable<Triple>) |
Throws an exception since you cannot update a Graph using a read-only connection.
|