ITripleStoreRemove Method |
Removes a Graph from the Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool Remove(
Uri graphUri
)
Function Remove (
graphUri As Uri
) As Boolean
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