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; }
Protected Overridable ReadOnly Property ShouldPlaceAssignments As Boolean
Get
Property Value
Type:
BooleanRemarks
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