Click or drag to resize

ISparqlDatasetDiscard Method

Ensures that any changes to the Dataset (if any) are discarded.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void Discard()
Remarks

Primarily 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