ExplainQueryProcessor Constructor (IInMemoryQueryableStore) | 
 
            Creates a new Explain Query Processor that will use the Default Explanation Level.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic ExplainQueryProcessor(
	IInMemoryQueryableStore store
)
Public Sub New ( 
	store As IInMemoryQueryableStore
)
Parameters
- store
 - Type: VDS.RDFIInMemoryQueryableStore
Triple Store. 
See Also