Click or drag to resize

SesameServerDeleteStore Method (String)

Deletes the Store with the given ID.

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void DeleteStore(
	string storeID
)

Parameters

storeID
Type: SystemString
Store ID.

Implements

IStorageServerDeleteStore(String)
Remarks
Whether attempting to delete the Store that you are accessing is permissible is up to the implementation.
See Also