Click or drag to resize

StoreGraphPersistenceWrapperPersistDeletedTriples Method

Persists the deleted Triples to the in-use IStorageProvider.

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

Parameters

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