Click or drag to resize

BaseStardogConnector.DeleteSupported Property

Returns that deleting graphs from the Stardog store is not yet supported (due to a .Net specific issue).

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

Property Value

Type: Boolean

Implements

IStorageCapabilities.DeleteSupported
IStorageCapabilities.DeleteSupported
See Also