SparqlQueryParserQueryOptimiser Property  | 
 
            Gets/Sets the locally scoped Query Optimiser applied to queries at the end of the parsing process.
            
 
    Namespace: 
   VDS.RDF.Parsing
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IQueryOptimiser QueryOptimiser { get; set; }Public Property QueryOptimiser As IQueryOptimiser
	Get
	Set
Property Value
Type: 
IQueryOptimiser
Remarks
            May be null if no locally scoped optimiser is set in which case the globally scoped optimiser will be used.
            
See Also