Click or drag to resize

GroupBy Constructor

Creates a new Group By.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public GroupBy(
	ISparqlAlgebra pattern,
	ISparqlGroupBy grouping,
	IEnumerable<SparqlVariable> aggregates
)

Parameters

pattern
Type: VDS.RDF.Query.Algebra.ISparqlAlgebra
Pattern.
grouping
Type: VDS.RDF.Query.Grouping.ISparqlGroupBy
Grouping to use.
aggregates
Type: System.Collections.Generic.IEnumerable<SparqlVariable>
Aggregates to calculate.
See Also