Click or drag to resize

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:
Syntax
public ExplainQueryProcessor(
	IInMemoryQueryableStore store
)

Parameters

store
Type: VDS.RDFIInMemoryQueryableStore
Triple Store.
See Also