Click or drag to resize

SparqlResult Constructor (ISet, IEnumerableString)

Creates a new SPARQL Result from the given Set which contains only the given variables in the given order.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlResult(
	ISet s,
	IEnumerable<string> variables
)

Parameters

s
Type: VDS.RDF.Query.AlgebraISet
Set.
variables
Type: System.Collections.GenericIEnumerableString
Variables.
See Also