Click or drag to resize

BaseAsyncHttpConnectorListGraphsSupported Property

Gets whether the Store supports listing graphs via the ListGraphs() method.

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

Property Value

Type: Boolean

Implements

IStorageCapabilitiesListGraphsSupported
See Also