GroupByVariable Class |
Namespace: VDS.RDF.Query.Grouping
The GroupByVariable type exposes the following members.
Name | Description | |
---|---|---|
![]() | GroupByVariable(String) |
Creates a new Group By which groups by a given Variable.
|
![]() | GroupByVariable(String, String) |
Creates a new Group By which groups by a given Variable and assigns to another variable.
|
Name | Description | |
---|---|---|
![]() | AssignVariable |
Gets/Sets the Variable that the grouped upon value should be assigned to.
(Inherited from BaseGroupBy.) |
![]() | Child |
Gets/Sets the Child GROUP BY Clause.
(Inherited from BaseGroupBy.) |
![]() | Expression |
Gets the Variable Expression Term used by this GROUP BY.
(Overrides BaseGroupBy.Expression.) |
![]() | ProjectableVariables |
Gets the Projectable Variables used in the GROUP BY i.e. Variables that are grouped upon and Assigned Variables.
(Overrides BaseGroupBy.ProjectableVariables.) |
![]() | Variables |
Gets the Variables used in the GROUP BY.
(Overrides BaseGroupBy.Variables.) |
Name | Description | |
---|---|---|
![]() | Apply(SparqlEvaluationContext) |
Applies a Grouping on a given Variable to the Binder.
(Overrides BaseGroupBy.Apply(SparqlEvaluationContext).) |
![]() | Apply(SparqlEvaluationContext, List<BindingGroup>) |
Applies a Grouping on a given Variable to the Binder Groups from a previous Grouping.
(Overrides BaseGroupBy.Apply(SparqlEvaluationContext, List<BindingGroup>).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Gets the String representation of the GROUP BY.
(Overrides Object.ToString().) |
Name | Description | |
---|---|---|
![]() | _child |
Child Grouping.
(Inherited from BaseGroupBy.) |