Click or drag to resize

SparqlConnectorDeleteGraph Method (Uri)

Throws an exception as this connector provides a read-only connection.

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

Parameters

graphUri
Type: SystemUri
URI of this Graph to delete.

Implements

IStorageProviderDeleteGraph(Uri)
Exceptions
ExceptionCondition
RdfStorageExceptionThrown since this connection is read-only so you cannot delete graphs using it.
See Also