Click or drag to resize

BaseStardogServer.DeleteStore Method (String)

Deletes a 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)
See Also