Click or drag to resize

BaseStardogServerGetStore Method (String)

Gets a provider for the Store with the given ID.

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract IStorageProvider GetStore(
	string storeID
)

Parameters

storeID
Type: SystemString
Store ID.

Return Value

Type: IStorageProvider

[Missing <returns> documentation for "M:VDS.RDF.Storage.Management.BaseStardogServer.GetStore(System.String)"]

Implements

IStorageServerGetStore(String)
See Also