SparqlHttpProtocolConnectorListGraphs Method |
Throws an exception as listing graphs in a SPARQL Graph Store HTTP Protocol does not support listing graphs.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual IEnumerable<Uri> ListGraphs()
Public Overridable Function ListGraphs As IEnumerable(Of Uri)
Return Value
Type:
IEnumerableUri[Missing <returns> documentation for "M:VDS.RDF.Storage.SparqlHttpProtocolConnector.ListGraphs"]
Implements
IStorageProviderListGraphsExceptions Exception | Condition |
---|
NotSupportedException | Thrown since SPARQL Graph Store HTTP Protocol does not support listing graphs. |
See Also