Click or drag to resize

BaseSesameHttpProtocolConnector.DeleteGraph Method (String)

Deletes a Graph from the Sesame store.

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

Parameters

graphUri
Type: System.String
URI of the Graph to delete.

Implements

IStorageProvider.DeleteGraph(String)
See Also