Click or drag to resize

IStorageCapabilitiesIsReadOnly Property

Gets whether the connection with the underlying Store is read-only.

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

Property Value

Type: Boolean
Remarks
Any Manager which indicates it is read-only should also return false for the UpdatedSupported property and should throw a RdfStorageException if the SaveGraph() or UpdateGraph() methods are called.
See Also