Click or drag to resize

BaseResultsParserContext Constructor (SparqlResultSet, Boolean)

Creates a new Results Parser Context.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseResultsParserContext(
	SparqlResultSet results,
	bool traceParsing
)

Parameters

results
Type: VDS.RDF.QuerySparqlResultSet
Result Set.
traceParsing
Type: SystemBoolean
Whether to trace parsing.
See Also