BaseStardogServerListStores Method  | 
 
            Lists the database available on the server.
            
 
    Namespace: 
   VDS.RDF.Storage.Management
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic virtual IEnumerable<string> ListStores()
Public Overridable Function ListStores As IEnumerable(Of String)
Return Value
Type: 
IEnumerableString[Missing <returns> documentation for "M:VDS.RDF.Storage.Management.BaseStardogServer.ListStores"]
Implements
IStorageServerListStores
See Also