Click or drag to resize

BaseSesameHttpProtocolConnectorListGraphs Method

Gets the list of Graphs in the Sesame store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual IEnumerable<Uri> ListGraphs()

Return Value

Type: IEnumerableUri

[Missing <returns> documentation for "M:VDS.RDF.Storage.BaseSesameHttpProtocolConnector.ListGraphs"]

Implements

IStorageProviderListGraphs
See Also