Click or drag to resize

StoreGraphPersistenceWrapper.PersistInsertedTriples Method

Persists the inserted Triples to the in-use IStorageProvider.

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

Parameters

ts
Type: System.Collections.Generic.IEnumerable<Triple>
Triples.
See Also