Click or drag to resize

IQueryableStorage Methods

The IQueryableStorage type exposes the following members.

Methods
  NameDescription
Public methodDeleteGraph(String)
Deletes a Graph from the Store.
(Inherited from IStorageProvider.)
Public methodDeleteGraph(Uri)
Deletes a Graph from the Store.
(Inherited from IStorageProvider.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodListGraphs
Gets a List of Graph URIs for the graphs in the store.
(Inherited from IStorageProvider.)
Public methodLoadGraph(IGraph, String)
Loads a Graph from the Store.
(Inherited from IStorageProvider.)
Public methodLoadGraph(IGraph, Uri)
Loads a Graph from the Store.
(Inherited from IStorageProvider.)
Public methodLoadGraph(IRdfHandler, String)
Loads a Graph from the Store using the RDF Handler.
(Inherited from IStorageProvider.)
Public methodLoadGraph(IRdfHandler, Uri)
Loads a Graph from the Store using the RDF Handler.
(Inherited from IStorageProvider.)
Public methodQuery(String)
Makes a SPARQL Query against the underlying store.
Public methodQuery(IRdfHandler, ISparqlResultsHandler, String)
Makes a SPARQL Query against the underlying store processing the resulting Graph/Result Set with a handler of your choice.
Public methodSaveGraph
Saves a Graph to the Store.
(Inherited from IStorageProvider.)
Public methodUpdateGraph(String, IEnumerableTriple, IEnumerableTriple)
Updates a Graph in the Store.
(Inherited from IStorageProvider.)
Public methodUpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple)
Updates a Graph in the Store.
(Inherited from IStorageProvider.)
Top
See Also