IStorageProviderListGraphs Method |
Namespace: VDS.RDF.Storage
[Missing <returns> documentation for "M:VDS.RDF.Storage.IStorageProvider.ListGraphs"]
Implementations should implement this method only if they need to provide a custom way of listing Graphs. If the Store for which you are providing a manager can efficiently return the Graphs using a SELECT DISTINCT ?g WHERE { GRAPH ?g { ?s ?p ?o } } query then there should be no need to implement this function.