Click or drag to resize

IStorageCapabilitiesUpdateSupported Property

Gets whether the triple level updates are supported.

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

Property Value

Type: Boolean
Remarks
Some Stores do not support updates at the Triple level and may as designated in the interface defintion throw a NotSupportedException if the UpdateGraph() method is called. This property allows for calling code to check in advance whether Updates are supported.
See Also