Click or drag to resize

VirtuosoManagerUpdateGraph Method (String, IEnumerableTriple, IEnumerableTriple)

Updates a Graph in the Quad Store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF.Data.Virtuoso (in dotNetRDF.Data.Virtuoso.dll) Version: 2.0.1+5.Branch.master.Sha.2b2692866fdc3f3bb5bc6f318ab2f93abcc1a689
Syntax
public override void UpdateGraph(
	string graphUri,
	IEnumerable<Triple> additions,
	IEnumerable<Triple> removals
)

Parameters

graphUri
Type: SystemString
Graph 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)
IStorageProviderUpdateGraph(String, IEnumerableTriple, IEnumerableTriple)
See Also