Click or drag to resize

ReadWriteSparqlConnectorUpdateEndpoint Property

Gets the underlying SparqlRemoteUpdateEndpoint which this class is a wrapper around.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public SparqlRemoteUpdateEndpoint UpdateEndpoint { get; }

Property Value

Type: SparqlRemoteUpdateEndpoint
See Also