Click or drag to resize

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
)

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