Click or drag to resize

StardogV3ServerGetStore 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 override IStorageProvider GetStore(
	string storeID
)

Parameters

storeID
Type: SystemString
Store ID.

Return Value

Type: IStorageProvider

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

Implements

IStorageServerGetStore(String)
See Also