Class GroupByExpression
Represents a Grouping on a given Expression.
Implements
Inherited Members
Namespace: VDS.RDF.Query.Grouping
Assembly: dotNetRdf.dll
Syntax
public class GroupByExpression : BaseGroupBy, ISparqlGroupBy
Constructors
| Edit this page View SourceGroupByExpression(ISparqlExpression)
Creates a new Group By which groups by a given Expression.
Declaration
public GroupByExpression(ISparqlExpression expr)
Parameters
Type | Name | Description |
---|---|---|
ISparqlExpression | expr | Expression. |
Properties
| Edit this page View SourceExpression
Gets the Expression used to GROUP BY.
Declaration
public override ISparqlExpression Expression { get; }
Property Value
Type | Description |
---|---|
ISparqlExpression |
Overrides
| Edit this page View SourceProjectableVariables
Gets the Projectable Variables used in the GROUP BY i.e. Variables that are grouped upon and Assigned Variables.
Declaration
public override IEnumerable<string> ProjectableVariables { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Overrides
| Edit this page View SourceVariables
Gets the Fixed Variables used in the Grouping.
Declaration
public override IEnumerable<string> Variables { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Overrides
Methods
| Edit this page View SourceToString()
Gets the String representation of the GROUP BY.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |