Click or drag to resize

BaseTransactionalDatasetDiscard Method

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

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

Implements

ISparqlDatasetDiscard
Remarks
Rollsback the Active Transaction.
See Also