Gets the Grouping that is used.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public ISparqlGroupBy Grouping { get; }
Public ReadOnly Property Grouping As ISparqlGroupBy
Get
Property Value
Type:
ISparqlGroupByRemarks
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