Click or drag to resize

ReadOnlyConnectorDeleteGraph Method (String)

Throws an exception as you cannot delete a Graph using a read-only connection.

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

Parameters

graphUri
Type: SystemString
URI of the Graph to delete.

Implements

IStorageProviderDeleteGraph(String)
Exceptions
ExceptionCondition
RdfStorageExceptionThrown since you cannot delete a Graph using a read-only connection.
See Also