Click or drag to resize

SparqlQueryParserQueryOptimiser Property

Gets/Sets the locally scoped Query Optimiser applied to queries at the end of the parsing process.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IQueryOptimiser QueryOptimiser { get; set; }

Property Value

Type: IQueryOptimiser
Remarks

May be null if no locally scoped optimiser is set in which case the globally scoped optimiser will be used.

See Also