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; }
Public ReadOnly Property IsOptimised As Boolean
Get
Property Value
Type:
BooleanRemarks
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