Click or drag to resize

FourStoreConnectorDeleteGraph Method (String)

Deletes a Graph from the 4store server.

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

Parameters

graphUri
Type: SystemString
Uri of Graph to delete.

Implements

IStorageProviderDeleteGraph(String)
See Also