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