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
)
Public MustOverride Function GetStore (
storeID As String
) As IStorageProvider
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