Click or drag to resize

SesameServer.DeleteStore 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: System.String
Store ID.

Implements

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