LeviathanUpdateProcessorGetQueryProcessor Method  | 
 
            Gets the Query Processor to be used.
            
 
    Namespace: 
   VDS.RDF.Update
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected virtual ISparqlQueryAlgebraProcessor<BaseMultiset, SparqlEvaluationContext> GetQueryProcessor()
Protected Overridable Function GetQueryProcessor As ISparqlQueryAlgebraProcessor(Of BaseMultiset, SparqlEvaluationContext)
Return Value
Type: 
ISparqlQueryAlgebraProcessorBaseMultiset, 
SparqlEvaluationContext[Missing <returns> documentation for "M:VDS.RDF.Update.LeviathanUpdateProcessor.GetQueryProcessor"]
Remarks
            By default 
null is returned which indicates that the default query processing behaviour is used, to use a specific processor extend this class and override this method.  If you do so you will have access to the dataset in use so generally you will want to use a query processor that accepts a 
ISparqlDataset instance.
            
See Also