Click or drag to resize

AllegroGraphServerGetStore Method (String)

Gets a Store within the current catalog.

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.AllegroGraphServer.GetStore(System.String)"]

Implements

IStorageServerGetStore(String)
Remarks
AllegroGraph groups stores by catalogue, you may only use this method to obtain stores within your current catalogue.
See Also