Click or drag to resize

BaseStardogConnectorUpdateGraph Method (String, IEnumerableTriple, IEnumerableTriple)

Updates a Graph in the Stardog store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual 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 be added.
removals
Type: System.Collections.GenericIEnumerableTriple
Triples to be removed.

Implements

IStorageProviderUpdateGraph(String, IEnumerableTriple, IEnumerableTriple)
See Also