Click or drag to resize

ITripleStoreRemove Method

Removes a Graph from the Triple Store.

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

Parameters

graphUri
Type: SystemUri
Graph Uri of the Graph to remove.

Return Value

Type: Boolean

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

See Also