AllegroGraphServer.GetStore Method (String) |
Gets a Store within the current catalog.
Namespace:
VDS.RDF.Storage.Management
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override IStorageProvider GetStore(
string storeID
)
Public Overrides Function GetStore (
storeID As String
) As IStorageProvider
Parameters
- storeID
- Type: System.String
Store ID.
Return Value
Type:
IStorageProvider[Missing <returns> documentation for "M:VDS.RDF.Storage.Management.AllegroGraphServer.GetStore(System.String)"]
Implements
IStorageServer.GetStore(String)
Remarks
AllegroGraph groups stores by catalogue, you may only use this method to obtain stores within your current catalogue.
See Also