Click or drag to resize

GroupByGrouping Property

Gets the Grouping that is used.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ISparqlGroupBy Grouping { get; }

Property Value

Type: ISparqlGroupBy
Remarks
If the Query supplied in the SparqlEvaluationContext is non-null and has a GROUP BY clause then that is applied rather than the clause with which the GroupBy algebra is instantiated.
See Also