Click or drag to resize

BaseAsyncHttpConnectorUpdateSupported Property

Gets whether the Store supports Triple level updates via the UpdateGraph() method.

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

Property Value

Type: Boolean

Implements

IStorageCapabilitiesUpdateSupported
See Also