GraphPattern.IsOptimised Property |
Gets whether Optimisation has been applied to this query.
Namespace:
VDS.RDF.Query.Patterns
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 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