Click or drag to resize

SparqlResultSet Constructor (SparqlEvaluationContext)

Creates a SPARQL Result Set for the Results of a Query with the Leviathan Engine.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlResultSet(
	SparqlEvaluationContext context
)

Parameters

context
Type: VDS.RDF.QuerySparqlEvaluationContext
SPARQL Evaluation Context.
See Also