Click or drag to resize

BaseQueryOptimiserShouldPlaceFilters Property

Controls whether the Optimiser will place Filters.

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual bool ShouldPlaceFilters { 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