BaseQueryOptimiserShouldReorder Property |
Controls whether the Optimiser will attempt to reorder Triple Patterns.
Namespace:
VDS.RDF.Query.Optimisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected virtual bool ShouldReorder { get; }
Protected Overridable ReadOnly Property ShouldReorder As Boolean
Get
Property Value
Type:
Boolean
Remarks
It is recommended that derived classes do not change this setting as this may hurt performance. If you want to control the optimisation process in detail we suggest you implement
IQueryOptimiser directly in your own class and not derive from this implementation.
See Also