Click or drag to resize

ISparqlGroupBy Interface

Interface for Classes that represent SPARQL GROUP BY clauses.

Namespace:  VDS.RDF.Query.Grouping
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface ISparqlGroupBy

The ISparqlGroupBy type exposes the following members.

Properties
  NameDescription
Public propertyAssignVariable
Gets/Sets the Variable the value of the GROUP BY expression should be bound to (may be null if not bound to anything).
Public propertyChild
Gets/Sets the child GROUP BY Clause.
Public propertyExpression
Gets the Expression used to GROUP BY.
Public propertyProjectableVariables
Gets the Projectable Variables used in the GROUP BY i.e. Variables that are grouped upon and Assigned Variables.
Public propertyVariables
Gets the Variables used in the GROUP BY.
Top
Methods
  NameDescription
Public methodApply(SparqlEvaluationContext)
Applies the Grouping to a Result Binder.
Public methodApply(SparqlEvaluationContext, ListBindingGroup)
Applies the Grouping to a Result Binder subdividing the Groups from the previous Group By clause into further Groups.
Top
See Also