Click or drag to resize

GraphPersistenceWrapperPersistInsertedTriples Method

Persists inserted Triples to the underlying Storage.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual void PersistInsertedTriples(
	IEnumerable<Triple> ts
)

Parameters

ts
Type: System.Collections.GenericIEnumerableTriple
Triples.
See Also