Click or drag to resize

FusekiConnectorUpdateGraph Method (Uri, IEnumerableTriple, IEnumerableTriple)

Updates a Graph in the Fuseki 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 be added.
removals
Type: System.Collections.GenericIEnumerableTriple
Triples to be removed.

Implements

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