BaseQueryOptimiserShouldPlaceFilters Property |
Controls whether the Optimiser will place Filters.
Namespace:
VDS.RDF.Query.Optimisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected virtual bool ShouldPlaceFilters { get; }
Protected Overridable ReadOnly Property ShouldPlaceFilters 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