Click or drag to resize

BaseTransactionalDatasetFlush 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

ISparqlDatasetFlush
Remarks
Commits the Active Transaction.
See Also