Click or drag to resize

BaseTripleStoreRemove Method

Removes a Graph from the Triple Store.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual bool Remove(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Uri of the Graph to Remove.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.BaseTripleStore.Remove(System.Uri)"]

Implements

ITripleStoreRemove(Uri)
See Also