Click or drag to resize

ReadOnlyConnector.DeleteGraph 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: System.String
URI of the Graph to delete.

Implements

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