Click or drag to resize

GraphPersistenceWrapperSupportsTriplePersistence Property

Used to indicate whether the persistence mechansim can persist batches of Triples.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual bool SupportsTriplePersistence { get; }

Property Value

Type: Boolean
Remarks

If true then the PersistInsertedTriples() and PersistDeletedTriples() methods are used to persist changes when the Flush() method is called. If false then the PersistGraph() method will be invoked instead.

See Also