Click or drag to resize

BaseAsyncHttpConnectorDeleteSupported Property

Gets whether the Store supports Graph deletion via the DeleteGraph() method.

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

Property Value

Type: Boolean

Implements

IStorageCapabilitiesDeleteSupported
See Also