Click or drag to resize

SparqlUpdateEvaluationContextQueryProcessor Property

Gets the Query Processor used to process the WHERE clauses of DELETE or INSERT commands.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ISparqlQueryAlgebraProcessor<BaseMultiset, SparqlEvaluationContext> QueryProcessor { get; }

Property Value

Type: ISparqlQueryAlgebraProcessorBaseMultiset, SparqlEvaluationContext
See Also