Click or drag to resize

BaseAsyncHttpConnector.IsReadOnly Property

Gets whether the Store is read only.

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

Property Value

Type: Boolean

Implements

IStorageCapabilities.IsReadOnly
See Also