Click or drag to resize

IStorageServerGetStore Method

Gets the Store with the given ID.

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

Parameters

storeID
Type: SystemString
Store ID.

Return Value

Type: IStorageProvider

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

See Also