Click or drag to resize

ReadWriteSparqlConnectorUpdateGraph Method (String, IEnumerableTriple, IEnumerableTriple)

Updates a graph in the store.

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

Parameters

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

Implements

IStorageProviderUpdateGraph(String, IEnumerableTriple, IEnumerableTriple)
IStorageProviderUpdateGraph(String, IEnumerableTriple, IEnumerableTriple)
See Also