Click or drag to resize

WrapperTripleStoreRemove Method

Removes a Graph from the store.

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

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: Boolean

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

Implements

ITripleStoreRemove(Uri)
See Also