IReasoningQueryableStorage Methods |
The IReasoningQueryableStorage type exposes the following members.
Name | Description | |
---|---|---|
DeleteGraph(String) |
Deletes a Graph from the Store.
(Inherited from IStorageProvider.) | |
DeleteGraph(Uri) |
Deletes a Graph from the Store.
(Inherited from IStorageProvider.) | |
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.
(Inherited from IStorageProvider.) | |
LoadGraph(IGraph, String) |
Loads a Graph from the Store.
(Inherited from IStorageProvider.) | |
LoadGraph(IGraph, Uri) |
Loads a Graph from the Store.
(Inherited from IStorageProvider.) | |
LoadGraph(IRdfHandler, String) |
Loads a Graph from the Store using the RDF Handler.
(Inherited from IStorageProvider.) | |
LoadGraph(IRdfHandler, Uri) |
Loads a Graph from the Store using the RDF Handler.
(Inherited from IStorageProvider.) | |
Query(String, Boolean) |
Makes a SPARQL Query against the underlying store.
| |
Query(IRdfHandler, ISparqlResultsHandler, String, Boolean) |
Makes a SPARQL Query against the underlying store processing the resulting Graph/Result Set with a handler of your choice.
| |
SaveGraph |
Saves a Graph to the Store.
(Inherited from IStorageProvider.) | |
UpdateGraph(String, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph in the Store.
(Inherited from IStorageProvider.) | |
UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph in the Store.
(Inherited from IStorageProvider.) |