Click or drag to resize

FourStoreConnectorUpdateSupported Property

Returns whether this connector has been instantiated with update support or not.

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

Property Value

Type: Boolean

Implements

IStorageCapabilitiesUpdateSupported
IStorageCapabilitiesUpdateSupported
Remarks
If this property returns true it does not guarantee that the 4store instance actually supports updates it simply indicates that the user has enabled updates on the connector. If Updates are enabled and the 4store server being connected to does not support updates then errors will occur.
See Also