Click or drag to resize

GraphPatternIsOptimised Property

Gets whether Optimisation has been applied to this query.

Namespace:  VDS.RDF.Query.Patterns
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 to the Pattern. You can always reoptimise by calling the Optimise() method with an optimiser of your choice on the query to which this Pattern belongs.
See Also