AllegroGraphServer.ListStores Method |
Get the lists of stores available on the Server.
Namespace:
VDS.RDF.Storage.Management
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override IEnumerable<string> ListStores()
Public Overrides Function ListStores As IEnumerable(Of String)
Return Value
Type:
IEnumerable<String>[Missing <returns> documentation for "M:VDS.RDF.Storage.Management.AllegroGraphServer.ListStores"]
Implements
IStorageServer.ListStores()
See Also