IStorageServerDeleteStore Method |
Deletes the Store with the given ID.
Namespace:
VDS.RDF.Storage.Management
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void DeleteStore(
string storeID
)
Sub DeleteStore (
storeID As String
)
Parameters
- storeID
- Type: SystemString
Store ID.
Remarks
Whether attempting to delete the Store that you are accessing is permissible is up to the implementation.
See Also