Click or drag to resize

FourStoreConnector.ListGraphs Method

Lists the Graphs in the Store.

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

Return Value

Type: IEnumerable<Uri>

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

Implements

IStorageProvider.ListGraphs()
See Also