Click or drag to resize

SparqlConnectorDeleteGraph Method (String)

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

Parameters

graphUri
Type: SystemString
URI of this Graph to delete.

Implements

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