BaseTripleStore.Remove Method |
Removes a Graph from the Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic virtual bool Remove(
Uri graphUri
)
Public Overridable Function Remove (
graphUri As Uri
) As Boolean
Parameters
- graphUri
- Type: System.Uri
Uri of the Graph to Remove.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseTripleStore.Remove(System.Uri)"]
Implements
ITripleStore.Remove(Uri)
See Also