Click or drag to resize

ReadOnlyConnector.ListGraphs Method

Gets the list of graphs in the underlying store.

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

Return Value

Type: IEnumerable<Uri>

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

Implements

IStorageProvider.ListGraphs()
See Also