IStorageCapabilitiesDeleteSupported Property |
Gets whether the deletion of graphs is supported.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool DeleteSupported { get; }
ReadOnly Property DeleteSupported As Boolean
Get
Property Value
Type:
BooleanRemarks
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