SesameServerGetStore Method (String) |
Gets the Store with the given ID.
Namespace:
VDS.RDF.Storage.Management
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual IStorageProvider GetStore(
string storeID
)
Public Overridable 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.SesameServer.GetStore(System.String)"]
Implements
IStorageServerGetStore(String)Remarks
If the Store ID requested represents the current instance then it is acceptable for an implementation to return itself. Consumers of this method should be aware of this and if necessary use other means to create a connection to a store if they want a unique instance of the provider.
See Also