IStorageCapabilitiesIsReadOnly Property |
Gets whether the connection with the underlying Store is read-only.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax ReadOnly Property IsReadOnly As Boolean
Get
Property Value
Type:
BooleanRemarks
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