Click or drag to resize

BaseAsyncSafeConnector.ListGraphs Method

Lists the Graphs in the Store.

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

Return Value

Type: IEnumerable<Uri>

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

Implements

IStorageProvider.ListGraphs()
See Also