BaseGroupBy Class |
Namespace: VDS.RDF.Query.Grouping
The BaseGroupBy type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseGroupBy | Initializes a new instance of the BaseGroupBy class |
Name | Description | |
---|---|---|
![]() | AssignVariable |
Gets/Sets the Variable that the grouped upon value should be assigned to.
|
![]() | 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 involved in this Group By.
|
Name | Description | |
---|---|---|
![]() | Apply(SparqlEvaluationContext) |
Applies the Grouping to the Binder.
|
![]() | Apply(SparqlEvaluationContext, List<BindingGroup>) |
Applies the Grouping to the Binder subdividing Groups from a previous Grouping.
|
![]() | 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 | Returns a string that represents the current object. (Inherited from Object.) |