Click or drag to resize

Select Constructor

Creates a new Select.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Select(
	ISparqlAlgebra pattern,
	bool selectAll,
	IEnumerable<SparqlVariable> variables
)

Parameters

pattern
Type: VDS.RDF.Query.AlgebraISparqlAlgebra
Inner Pattern.
selectAll
Type: SystemBoolean
Whether we are selecting all variables.
variables
Type: System.Collections.GenericIEnumerableSparqlVariable
Variables to Select.
See Also