Click or drag to resize

SparqlEvaluationContext Constructor (SparqlResultBinder)

Creates a new Evaluation Context which is a Container for the given Result Binder.

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

Parameters

binder
Type: VDS.RDF.QuerySparqlResultBinder

[Missing <param name="binder"/> documentation for "M:VDS.RDF.Query.SparqlEvaluationContext.#ctor(VDS.RDF.Query.SparqlResultBinder)"]

See Also