Click or drag to resize

ReadWriteSparqlConnector.UpdateGraph Method (String, IEnumerable<Triple>, IEnumerable<Triple>)

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: System.String
URI of the graph to update.
additions
Type: System.Collections.Generic.IEnumerable<Triple>
Triples to add.
removals
Type: System.Collections.Generic.IEnumerable<Triple>
Triples to remove.

Implements

IStorageProvider.UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>)
IStorageProvider.UpdateGraph(String, IEnumerable<Triple>, IEnumerable<Triple>)
See Also