GraphPersistenceWrapperPersistDeletedTriples Method |
Persists deleted Triples to the underlying Storage.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected virtual void PersistDeletedTriples(
IEnumerable<Triple> ts
)
Protected Overridable Sub PersistDeletedTriples (
ts As IEnumerable(Of Triple)
)
Parameters
- ts
- Type: System.Collections.GenericIEnumerableTriple
[Missing <param name="ts"/> documentation for "M:VDS.RDF.GraphPersistenceWrapper.PersistDeletedTriples(System.Collections.Generic.IEnumerable{VDS.RDF.Triple})"]
See Also