Click or drag to resize

SparqlResultBinder Constructor (SparqlQuery)

Creates a new Results Binder.

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

Parameters

query
Type: VDS.RDF.QuerySparqlQuery
Query this provides Result Binding to.
See Also