Click or drag to resize

BaseStardogConnectorDeleteGraph Method

Overload List
  NameDescription
Public methodDeleteGraph(String)
Deletes a Graph from the Stardog store.
Public methodDeleteGraph(Uri)
Deletes a Graph from the Stardog store.
Public methodDeleteGraph(Uri, AsyncStorageCallback, Object)
Deletes a Graph from the Store.
(Inherited from BaseAsyncHttpConnector.)
Public methodDeleteGraph(String, AsyncStorageCallback, Object)
Deletes a Graph from the Store.
(Overrides BaseAsyncHttpConnectorDeleteGraph(String, AsyncStorageCallback, Object).)
Top
See Also