IStorageProvider Methods |
The IStorageProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteGraph(String) |
Deletes a Graph from the Store.
| |
| DeleteGraph(Uri) |
Deletes a Graph from the Store.
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| ListGraphs |
Gets a List of Graph URIs for the graphs in the store.
| |
| LoadGraph(IGraph, String) |
Loads a Graph from the Store.
| |
| LoadGraph(IGraph, Uri) |
Loads a Graph from the Store.
| |
| LoadGraph(IRdfHandler, String) |
Loads a Graph from the Store using the RDF Handler.
| |
| LoadGraph(IRdfHandler, Uri) |
Loads a Graph from the Store using the RDF Handler.
| |
| SaveGraph |
Saves a Graph to the Store.
| |
| UpdateGraph(String, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph in the Store.
| |
| UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph in the Store.
|