Click or drag to resize

ReadWriteSparqlConnectorUpdateGraph Method (Uri, IEnumerableTriple, IEnumerableTriple)

Updates a graph in the store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void UpdateGraph(
	Uri graphUri,
	IEnumerable<Triple> additions,
	IEnumerable<Triple> removals
)

Parameters

graphUri
Type: SystemUri
URI of the graph to update.
additions
Type: System.Collections.GenericIEnumerableTriple
Triples to add.
removals
Type: System.Collections.GenericIEnumerableTriple
Triples to remove.

Implements

IStorageProviderUpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple)
IStorageProviderUpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple)
See Also