Click or drag to resize

ISparqlDatasetFlush 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
void Flush()
Remarks

While partly intended for use in implementations which support transactions though other implementations may wish to use this to ensure that changes to the dataset are persisted properly.

See Also