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
)
Public Sub New (
store As IInMemoryQueryableStore
)
Parameters
- store
- Type: VDS.RDFIInMemoryQueryableStore
Triple Store.
See Also