Click or drag to resize

InMemoryManager.UpdateGraph Method (Uri, 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(
	Uri graphUri,
	IEnumerable<Triple> additions,
	IEnumerable<Triple> removals
)

Parameters

graphUri
Type: System.Uri
URI of the Graph to Update.
additions
Type: System.Collections.Generic.IEnumerable<Triple>
Triples to be added.
removals
Type: System.Collections.Generic.IEnumerable<Triple>
Triples to be removed.

Implements

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