Click or drag to resize

BaseStardogConnectorDeleteGraph Method (Uri)

Deletes a Graph from the Stardog store.

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

Parameters

graphUri
Type: SystemUri
URI of the Graph to delete.

Implements

IStorageProviderDeleteGraph(Uri)
See Also