Click or drag to resize

ReadOnlyConnectorDeleteGraph Method (Uri)

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(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
URI of the Graph to delete.

Implements

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