Click or drag to resize

SparqlParameterizedStringUpdateProcessor Property

Gets/Sets the Query processor which is used when you call the ExecuteUpdate() method.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ISparqlUpdateProcessor UpdateProcessor { get; set; }

Property Value

Type: ISparqlUpdateProcessor
See Also