Click or drag to resize

GroupByVariableVariables Property

Gets the Variables used in the GROUP BY.

Namespace:  VDS.RDF.Query.Grouping
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IEnumerable<string> Variables { get; }

Property Value

Type: IEnumerableString

Implements

ISparqlGroupByVariables
See Also