ISparqlGroupBy Interface | 
Namespace: VDS.RDF.Query.Grouping
The ISparqlGroupBy type exposes the following members.
| Name | Description | |
|---|---|---|
| AssignVariable | 
            Gets/Sets the Variable the value of the GROUP BY expression should be bound to (may be null if not bound to anything).
              | |
| Child | 
            Gets/Sets the child GROUP BY Clause.
              | |
| Expression | 
            Gets the Expression used to GROUP BY.
              | |
| ProjectableVariables | 
            Gets the Projectable Variables used in the GROUP BY i.e. Variables that are grouped upon and Assigned Variables.
              | |
| Variables | 
            Gets the Variables used in the GROUP BY.
              | 
| Name | Description | |
|---|---|---|
| Apply(SparqlEvaluationContext) | 
            Applies the Grouping to a Result Binder.
              | |
| Apply(SparqlEvaluationContext, ListBindingGroup) | 
            Applies the Grouping to a Result Binder subdividing the Groups from the previous Group By clause into further Groups.
              |