Click or drag to resize

IStorageCapabilitiesDeleteSupported Property

Gets whether the deletion of graphs is supported.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
bool DeleteSupported { get; }

Property Value

Type: Boolean
Remarks
Some Stores do not support the deletion of Graphs and may as designated in the interface definition throw a NotSupportedException if the DeleteGraph() method is called. This property allows for calling code to check in advance whether Deletion of Graphs is supported.
See Also