Click or drag to resize

BaseStardogConnectorLoadGraph Method

Overload List
  NameDescription
Public methodLoadGraph(IGraph, String)
Loads a Graph from the Store.
Public methodLoadGraph(IGraph, Uri)
Loads a Graph from the Store.
Public methodLoadGraph(IRdfHandler, String)
Loads a Graph from the Store.
Public methodLoadGraph(IRdfHandler, Uri)
Loads a Graph from the Store.
Public methodLoadGraph(IGraph, String, AsyncStorageCallback, Object)
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncHttpConnector.)
Public methodLoadGraph(IGraph, Uri, AsyncStorageCallback, Object)
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncHttpConnector.)
Public methodLoadGraph(IRdfHandler, Uri, AsyncStorageCallback, Object)
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncHttpConnector.)
Public methodLoadGraph(IRdfHandler, String, AsyncStorageCallback, Object)
Loads a Graph from the Store asynchronously.
(Overrides BaseAsyncHttpConnectorLoadGraph(IRdfHandler, String, AsyncStorageCallback, Object).)
Top
See Also