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.AlgebraISparqlAlgebra
Pattern.
grouping
Type: VDS.RDF.Query.GroupingISparqlGroupBy
Grouping to use.
aggregates
Type: System.Collections.GenericIEnumerableSparqlVariable
Aggregates to calculate.
See Also