BaseAsyncSafeConnectorDeleteGraph Method (Uri) |
Deletes a Graph from the Store.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic abstract void DeleteGraph(
Uri graphUri
)
Public MustOverride Sub DeleteGraph (
graphUri As Uri
)
Parameters
- graphUri
- Type: SystemUri
URI of the Graph to delete.
Implements
IStorageProviderDeleteGraph(Uri)
See Also