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