Click or drag to resize

SparqlUpdateEvaluationContext.QueryProcessor 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: ISparqlQueryAlgebraProcessor<BaseMultiset, SparqlEvaluationContext>
See Also