Click or drag to resize

BaseStardogConnectorDeleteGraph Method (String)

Deletes a Graph from the Stardog store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void DeleteGraph(
	string graphUri
)

Parameters

graphUri
Type: SystemString
URI of the Graph to delete.

Implements

IStorageProviderDeleteGraph(String)
See Also