SparqlQueryIsOptimised Property  | 
 
            Gets whether Optimisation has been applied to the query.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic bool IsOptimised { get; }Public ReadOnly Property IsOptimised As Boolean
	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