Click or drag to resize

SparqlQueryIsOptimised Property

Gets whether Optimisation has been applied to the query.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool IsOptimised { get; }

Property Value

Type: Boolean
Remarks
This only indicates that an Optimiser has been applied. You can always reoptimise the query using a different optimiser by using the relevant overload of the Optimise() method.
See Also