Click or drag to resize

SparqlParameterizedStringQueryProcessor Property

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

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

Property Value

Type: ISparqlQueryProcessor
See Also