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
)
Protected Overridable Sub PersistInsertedTriples (
ts As IEnumerable(Of Triple)
)
Parameters
- ts
- Type: System.Collections.GenericIEnumerableTriple
Triples.
See Also