Click or drag to resize

BaseStardogServer.ListStores Method

Lists the database available on the server.

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual IEnumerable<string> ListStores()

Return Value

Type: IEnumerable<String>

[Missing <returns> documentation for "M:VDS.RDF.Storage.Management.BaseStardogServer.ListStores"]

Implements

IStorageServer.ListStores()
See Also