IStorageCapabilitiesUpdateSupported Property |
Gets whether the triple level updates are supported.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool UpdateSupported { get; }
ReadOnly Property UpdateSupported As Boolean
Get
Property Value
Type:
BooleanRemarks
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