Click or drag to resize

BaseQueryOptimiserShouldPlaceAssignments Property

Controls whether the Optimiser will place Assignments.

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