Click or drag to resize

BaseTransactionalQuadDataset.Flush Method

Ensures that any changes to the Dataset (if any) are flushed to the underlying Storage.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override sealed void Flush()

Implements

ISparqlDataset.Flush()
Remarks
Commits the Active Transaction.
See Also